Skip to content

Commit

Permalink
Update pipeline-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
holzi1005 committed Jul 1, 2023
1 parent d37e468 commit 17bab9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
draft: false
prerelease: false
release_name: Release ${{ steps.version.outputs.version }}
tag_name: v${{ steps.version.outputs.version }}
tag_name: ${{ steps.version.outputs.version }}

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 17bab9d

Please sign in to comment.