Skip to content

Commit

Permalink
Trying to fix 404 error npm/cli#1637
Browse files Browse the repository at this point in the history
  • Loading branch information
kevduc committed Oct 19, 2021
1 parent 315b628 commit a0dfa96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./docs
3 changes: 2 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org/'
- run: npm ci
- run: npm publish
env:
Expand All @@ -33,7 +34,7 @@ jobs:
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
# scope: '@kevduc'
scope: '@kevduc'
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit a0dfa96

Please sign in to comment.