Skip to content

Commit

Permalink
Fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
winromulus committed Jun 15, 2024
1 parent 8071fa2 commit 2a6d5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git tag version/v${{env.GitVersion_SemVer}}
git push version/origin v${{env.GitVersion_SemVer}}
git tag version/v${{env.semVer}}
git push version/origin v${{env.semVer}}

0 comments on commit 2a6d5af

Please sign in to comment.