Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
+semver:major
  • Loading branch information
AlexeyRaga committed Apr 26, 2024
1 parent f87a685 commit ad19b2e
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: ${{ nsteps.gitversion.outputs.MajorMinorPatch }}
tag: ${{ steps.gitversion.outputs.MajorMinorPatch }}
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true

Expand Down

0 comments on commit ad19b2e

Please sign in to comment.