Skip to content

Commit

Permalink
Fix script syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tgandrews committed Oct 7, 2020
1 parent b0ae9c7 commit c29a33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
excludes: prerelease, draft

- name: Publish to npm
uses: npm publish --tag $VERSION
run: npm publish --tag $VERSION
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
VERSION: ${{ steps.latest.ouputs.release }}

0 comments on commit c29a33c

Please sign in to comment.