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

0 comments on commit 8c898f6

Please sign in to comment.