Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed Sep 22, 2023
2 parents cf91b5b + 9d45ab2 commit 6654991
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/npm-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
scope: '@bcgov-ccbc'
# Publish to npm
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://npm.pkg.github.com/'
scope: '@bcgov'
# publish to Github registry
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 6654991

Please sign in to comment.