Skip to content

Commit

Permalink
fix: github action to publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
emiljanitzek committed Jan 3, 2025
1 parent 5148910 commit 8f915a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node
package-name: mongoose-delete-ts
Expand All @@ -16,7 +17,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
Expand Down

0 comments on commit 8f915a8

Please sign in to comment.