Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxiu2b2t committed May 25, 2024
2 parents f72187f + 656fc5b commit c3455c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -a -m ":sparkles: 更新 VERSION"
git tag "${steps.get_version.outputs.VERSION}"
git push
git push origin --tags
- name: Get version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/*/}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.10.8-03e7810
v1.10.8-169a4ef

0 comments on commit c3455c1

Please sign in to comment.