Skip to content

Commit

Permalink
调试action
Browse files Browse the repository at this point in the history
  • Loading branch information
zsd committed Mar 28, 2024
1 parent a6baaa8 commit 9671954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Get tags
run: |
echo "CURRENTVERSION=${git tag | sort -V | tail -n 1}" >> $GITHUB_ENV
# echo "CURRENTVERSION=${git tag | sort -V | tail -n 1}" >> $GITHUB_ENV
git fetch --tags
echo 1111
git tag | sort -V | tail -n 2 | head -n 1
Expand Down

0 comments on commit 9671954

Please sign in to comment.