Skip to content

Commit

Permalink
chore: up version
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Nov 14, 2024
1 parent 96c1218 commit e271b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ create-tags:
- git config --global user.name $GITLAB_USER_NAME
- tag=$(cat VERSION)
- git tag "$tag"
- git push --tags http://root:$ACCESS_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH.git HEAD:main
- git push --tags http://repo-token:$ACCESS_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH.git HEAD:main

0 comments on commit e271b7c

Please sign in to comment.