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!6
  • Loading branch information
huangjj27 committed May 17, 2024
2 parents 7132d06 + 48959d3 commit 9477978
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 $CI_PROJECT_DIR/* && git commit -m "ci(release):$VERSION"
git add $CI_PROJECT_DIR/typst.toml && git commit -m "ci(release):$VERSION"
git tag $VERSION -m --file=release-note.md
git push --tags
Expand Down

0 comments on commit 9477978

Please sign in to comment.