Skip to content

Commit

Permalink
chore(merging): 'ci-refactor-build-flow' into 'main'
Browse files Browse the repository at this point in the history
ci(gitlab-ci): 修复打版提交推送不成功的问题

See merge request sysu-gitlab/thesis-template/better-thesis!19
  • Loading branch information
huangjj27 committed May 20, 2024
2 parents 8e4419d + e717c0e commit 0accebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ release-commit:
- git status
- git commit -m "chore(release):prepare for $BUMPED_VERSION"
- git tag $BUMPED_VERSION --file=release-note.md
- git push ci
- git push ci --tags
- git push ci HEAD:$CI_COMMIT_BRANCH
- git push ci HEAD:$CI_COMMIT_BRANCH --tags

gitlab-release:
stage: release
Expand Down

0 comments on commit 0accebc

Please sign in to comment.