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 90d1a00 commit 95e28a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
var release = await github.repos.getReleaseByTag({
await github.repos.getReleaseByTag({
owner: context.repo.owner ,
repo: context.repo.repo,
tag: process.env.RELEASE,
})
return release.id
- run: |
echo ${{ steps.junk.outputs.result }}

0 comments on commit 95e28a4

Please sign in to comment.