Skip to content

Commit

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

0 comments on commit fe1bc8c

Please sign in to comment.