Skip to content

Commit

Permalink
fix: release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilaton committed Nov 22, 2023
1 parent 7b92577 commit d7aa302
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,3 @@ jobs:
release-type: node
changelog-types: '[{"type":"feat","section":"🎉 Features","hidden":false},{"type":"fix","section":"🛠️ Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
token: ${{ secrets.GITHUB_TOKEN }}

- name: 🚦 checkout
uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}

- name: 🟢 node
uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}

- name: 🚀 publish to NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit d7aa302

Please sign in to comment.