Skip to content

Commit

Permalink
chore: adding auto-publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Nov 27, 2023
1 parent 69381a8 commit 78b9384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: yarn
if: ${{ steps.release.outputs.release_created }}
- name: Authenticate with npm
run: "echo npmAuthToken: ${{ secrets.NPM_TOKEN }} > ~/.yarnrc.yml"
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 78b9384

Please sign in to comment.