Skip to content

Commit

Permalink
feat: 版本更新方式
Browse files Browse the repository at this point in the history
  • Loading branch information
Greatwallcorner committed Jul 13, 2024
1 parent dc8765c commit 219229c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
latest_tag=$(git describe --tags --abbrev=0)
echo $latest_tag
echo "export tag=${latest_tag}" >> $GITHUB_ENV
echo "tag=${latest_tag}" >> $GITHUB_ENV
- name: 打印
run: echo $tag
build-win:
Expand Down

0 comments on commit 219229c

Please sign in to comment.