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 384effd commit 7ec30f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { RELEASE } = process.env;
rel = ${RELEASE}.split('/')[2]
console.log(rel)
rel = ${RELEASE}.split('/')[2];
console.log(rel);

0 comments on commit 7ec30f5

Please sign in to comment.