Skip to content

Commit 979c71f

Browse files
mfelscheLicenser
authored andcommitted
typo
Signed-off-by: Matthias Wahl <matthiaswahl@m7w3.de>
1 parent 2e2806d commit 979c71f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git tag -a -m "Release v${{ env.RELEASE_VERSION }}" "v${{ env.RELEASE_VERSION }}"
3434
git push origin v${{ env.RELEASE_VERSION }}
3535
- name: Publish Release from Tag
36-
run: gh release create ${{ env.RELEASE_VERSION }} --notes "Release ${{ env.RELEASE_VERSION }}"
36+
run: gh release create v${{ env.RELEASE_VERSION }} --notes "Release v${{ env.RELEASE_VERSION }}"
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
3939

0 commit comments

Comments
 (0)