Skip to content

Commit

Permalink
Update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious authored Feb 2, 2023
1 parent 5c45173 commit f85079b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,3 @@ jobs:
with:
release-type: node
package-name: release-please-action
- uses: actions/checkout@v3
# these if statements ensure that a publication only occurs when
# a new release is created:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn
- run: yarn build
- uses: JS-DevTools/npm-publish@v1
with:
access: public
token: ${{ secrets.NPMJS_TOKEN }}

0 comments on commit f85079b

Please sign in to comment.