Skip to content

Commit

Permalink
GH script test
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerauerbeck committed Apr 28, 2021
1 parent 24b51a3 commit 8d5328f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.repos.getReleaseByTag({
var release = await github.repos.getReleaseByTag({
owner: context.repo.owner ,
repo: context.repo.repo,
tag: process.env.RELEASE,
});
})
return release.id

0 comments on commit 8d5328f

Please sign in to comment.