Skip to content

Commit

Permalink
Merge pull request #201 from H2-invent/holzi1005-patch-1
Browse files Browse the repository at this point in the history
Update pipeline-release.yml
  • Loading branch information
holzi1005 authored Jul 1, 2023
2 parents d37e468 + 17bab9d commit 7264dc7
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 7264dc7

Please sign in to comment.