Skip to content

Commit

Permalink
Merge pull request #8 from flowforge/hardillb-patch-2
Browse files Browse the repository at this point in the history
Set npm scope to public
  • Loading branch information
hardillb authored Nov 18, 2022
2 parents 4be3295 + 5f87ffd commit fb52983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install --production
- run: npm install --production --omit dev
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
access: public

0 comments on commit fb52983

Please sign in to comment.