Skip to content

Commit

Permalink
redundant v's
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Oct 9, 2024
1 parent a7f3ebd commit 368ad7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git tag -a "v$(echo ${{ steps.get_version.outputs.VERSION }})" -m "Release v${{ steps.get_version.outputs.VERSION }}"
git push origin "v$(echo ${{ steps.get_version.outputs.VERSION }})"
git tag -a "$(echo ${{ steps.get_version.outputs.VERSION }})" -m "Release ${{ steps.get_version.outputs.VERSION }}"
git push origin "$(echo ${{ steps.get_version.outputs.VERSION }})"

0 comments on commit 368ad7c

Please sign in to comment.