Skip to content

Commit 1e2b5b2

Browse files
author
Felix Franzén
committed
set npm scope to public
1 parent 83b3e04 commit 1e2b5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: JS-DevTools/npm-publish@v1
1515
with:
1616
token: ${{ secrets.NPM_TOKEN }}
17+
access: public
1718
- if: steps.publish.outputs.type != 'none'
1819
run: |
1920
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"

0 commit comments

Comments
 (0)