Skip to content

Commit

Permalink
corrects the script
Browse files Browse the repository at this point in the history
  • Loading branch information
xenatisch authored Aug 5, 2020
1 parent 063c565 commit 89b135d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ jobs:

steps:
- uses: actions/checkout@v2
-
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1
with:
@@ -31,4 +30,4 @@ jobs:
# Publish to GitHub Packages
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 89b135d

Please sign in to comment.