Skip to content

Commit

Permalink
build: npm publish was removed from release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
vMReal committed Sep 15, 2024
1 parent 1c81923 commit c72e5eb
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,3 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node

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

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

- run: npm ci
if: ${{ steps.release.outputs.release_created }}

- run: npm run build
if: ${{ steps.release.outputs.release_created }}

- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.RELEASE_PLEASE_NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit c72e5eb

Please sign in to comment.