Skip to content

Commit

Permalink
Update next-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Dec 11, 2019
1 parent 5d44998 commit 69fdd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next-release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.org/
- run: git checkout master
- run: yarn install
- name: test
Expand All @@ -26,4 +26,4 @@ jobs:
- name: release
run: npm publish --tag next --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 comments on commit 69fdd8f

Please sign in to comment.