Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
Fix release tag
  • Loading branch information
AlexeyRaga authored Apr 19, 2024
1 parent dede149 commit 4c2fe03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if: (github.ref == 'refs/heads/main')
with:
name: Release ${{ steps.gitversion.outputs.MajorMinorPatch }}
tag: ${{ needs.git-version.outputs.MajorMinorPatch }}
tag: ${{ nsteps.gitversion.outputs.MajorMinorPatch }}
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true

Expand Down

0 comments on commit 4c2fe03

Please sign in to comment.