Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbalogh committed Mar 1, 2021
1 parent 0d6b0b7 commit 1a55bbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
console.log({ owner, repo, sha });
const tag = process.env.GITHUB_REF.split('/').slice(-1)[0];
const release = await github.repos.createRelease({
owner, repo,
owner,
repo,
tag_name: tag,
release_name: `Release ${tag}`,
draft: false,
prerelease: false,
target_commitish: sha
Expand Down

0 comments on commit 1a55bbb

Please sign in to comment.