Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
chore(release): update release workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerthebest committed Jul 7, 2021
1 parent 9bdcb08 commit a630b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ jobs:

- uses: actions/setup-node@v2
with:
# node-version: '14.x'
node-version: '14.x'
registry-url: 'https://npm.pkg.github.com'

- name: Build and publish to GitHub registry
- name: Publish to GitHub registry
continue-on-error: true
run: npm publish --access public
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a630b39

Please sign in to comment.