Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <[email protected]>
  • Loading branch information
Dup4 committed Mar 19, 2024
1 parent 547439f commit d466931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fi
- name: Create Tag
if: steps.check_version.outputs.tag
if: ${{ steps.check_version.outputs.tag }}
run: |
git tag ${{ steps.check_version.outputs.tag }}
git push origin ${{ steps.check_version.outputs.tag }}

0 comments on commit d466931

Please sign in to comment.