Skip to content

Commit

Permalink
Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Sep 4, 2020
1 parent 3aefd61 commit 5c38658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- run: npm run dist
# publish to NPM
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_PUBLISH_KEY }}
with:
token: ${{ secrets.NPM_PUBLISH_KEY }}

0 comments on commit 5c38658

Please sign in to comment.