Skip to content

Commit

Permalink
tweak release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmac1000 committed Sep 23, 2020
1 parent fffa60b commit 67b0b13
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:
console.log({ owner, repo, sha });
const release = await github.repos.createRelease({
owner, repo,
tag_name: process.env.GITHUB_REF,
tag_name: process.env.GITHUB_REF.split('/')[2],
name: process.env.GITHUB_REF.split('/')[2],
draft: false,
target_commitish: sha
Expand Down

0 comments on commit 67b0b13

Please sign in to comment.