Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap authored Nov 9, 2023
1 parent 75537f5 commit c82beb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
fetch-depth: 0
- name: Create Github release
run: |
gh release create v$SEMVER
gh release create v${{needs.calculate-version.outputs.semVer}}

Expand Down

0 comments on commit c82beb3

Please sign in to comment.