Skip to content

Commit

Permalink
fix(workflows): tie release to sha, not ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sambauers committed Feb 11, 2023
1 parent f45fe43 commit 55e10ae
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 @@ -110,7 +110,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
tag_name,
target_commitish: context.ref,
target_commitish: context.sha,
name: tag_name,
draft: true
})
Expand Down

0 comments on commit 55e10ae

Please sign in to comment.