Skip to content

Commit

Permalink
fixup! Make sure that pre-release is not draft
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavoire committed Jun 12, 2024
1 parent 8191daa commit 806b820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
github.rest.git.updateRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/${{ env.RELEASE_VERSION }}',
ref: 'tags/${{ env.RELEASE_VERSION }}',
sha: context.sha
})
});
Expand Down

0 comments on commit 806b820

Please sign in to comment.