Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Apr 21, 2024
1 parent fe1bc8c commit 01da40d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
- name: Tag and push
run: |
git tag "$GITHUB_OUTPUT"
git push origin "$GITHUB_OUTPUT"
new_tag="${{ steps.current_version.outputs.current_version }}"
git tag "$new_tag"
git push origin "$new_tag"

0 comments on commit 01da40d

Please sign in to comment.