Skip to content

Commit

Permalink
added missing v to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 30, 2023
1 parent 6d5beb9 commit 193f949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Tag version and create release
run: gh release create $VERSION --generate-notes
env:
VERSION: ${{ needs.compare-versions.outputs.version }}
VERSION: v${{ needs.compare-versions.outputs.version }}
GH_TOKEN: ${{ github.token }}
- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 193f949

Please sign in to comment.