Skip to content

Commit

Permalink
ARGG-945 Publish package as public (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcheck authored Jan 22, 2024
1 parent 00ec723 commit dfb6608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Publish NPM package
run: |
npm version $RELEASE_VERSION --no-git-tag-version
npm publish
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
RELEASE_VERSION: ${{ github.event.release.tag_name }}
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
prettier.config.js
lint-staged.config.js
eslint.config.js
.github
.husky
.nvmrc

0 comments on commit dfb6608

Please sign in to comment.