Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mateothegreat committed Oct 11, 2024
1 parent 8018ad5 commit f46d894
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
commit-message: "CI: bumps version to {{version}} [skip ci]"
- name: write to .npmrc
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
- name: build
run: npm run build
- name: publish
run: npm publish --access=public
run: cd dist && npm publish --access=public
- name: discord notification
uses: sarisia/actions-status-discord@v1
if: always()
Expand Down

0 comments on commit f46d894

Please sign in to comment.