Skip to content

Commit

Permalink
added missing v to version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 30, 2023
1 parent 3c3c0a2 commit d00d158
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 @@ -52,7 +52,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 d00d158

Please sign in to comment.