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 refactor build flow

See merge request sysu-gitlab/thesis-template/better-thesis!5
  • Loading branch information
huangjj27 committed May 17, 2024
2 parents b351623 + f503365 commit 7132d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ release-commit:
- |
sd 'version = ".*"' 'version = "$VERSION"' $CI_PROJECT_DIR/typst.toml
- |
git add . && git commit -m "ci(release):$VERSION"
git add $CI_PROJECT_DIR/* && git commit -m "ci(release):$VERSION"
git tag $VERSION -m --file=release-note.md
git push --tags
Expand Down

0 comments on commit 7132d06

Please sign in to comment.