Skip to content

Commit

Permalink
chore: publish package as public
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Sep 21, 2023
1 parent b189da5 commit 223a878
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ jobs:
toTag: ${{ steps.previous_tag.outputs.previous_tag }}
writeToFile: false

- name: Create package for Github release
run: npm pack

- name: Create Github release
uses: ncipollo/[email protected]
with:
Expand All @@ -99,6 +96,6 @@ jobs:
artifacts: '*.tgz'

- name: Publish to NPM
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 223a878

Please sign in to comment.