Skip to content

Commit 223a878

Browse files
committed
chore: publish package as public
1 parent b189da5 commit 223a878

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ jobs:
8383
toTag: ${{ steps.previous_tag.outputs.previous_tag }}
8484
writeToFile: false
8585

86-
- name: Create package for Github release
87-
run: npm pack
88-
8986
- name: Create Github release
9087
uses: ncipollo/[email protected]
9188
with:
@@ -99,6 +96,6 @@ jobs:
9996
artifacts: '*.tgz'
10097

10198
- name: Publish to NPM
102-
run: npm publish
99+
run: npm publish --access public
103100
env:
104101
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)