Skip to content

Commit

Permalink
Updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-radmacher committed Oct 18, 2022
1 parent 8df8c57 commit f8be355
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/${{inputs.version}}',
ref: 'refs/tags/v${{inputs.version}}',
sha: context.sha
})
- name: Release
Expand All @@ -48,4 +48,5 @@ jobs:
files: gh-get.exe
tag_name: v${{inputs.version}}
name: Version ${{inputs.version}}
draft: true
generate_release_notes: true
fail_on_unmatched_files: true

0 comments on commit f8be355

Please sign in to comment.