Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
proton committed Nov 27, 2023
1 parent b02e17c commit 1d45cdf
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 @@ -27,7 +27,7 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: '${{ steps.extract_version.outputs.version }}',
ref: 'refs/tags/${{ steps.extract_version.outputs.version }}',
sha: context.sha
})
Expand Down

0 comments on commit 1d45cdf

Please sign in to comment.