Skip to content

Commit

Permalink
Merge pull request #100 from cerebruminc/lucianbuzzo/release-please-v4
Browse files Browse the repository at this point in the history
chore: upgrade to release-please v4
  • Loading branch information
LucianBuzzo authored Apr 2, 2024
2 parents 3cd9dc7 + d6de04a commit e692bd2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
env:
CEREBRUM_NPM_TOKEN: ${{ secrets.CEREBRUM_NPM_TOKEN }}
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node
package-name: release-please-action
token: ${{ secrets.GHA_NODEJS_TOKEN }}
# The logic below handles the npm publication:
- uses: actions/checkout@v3
Expand All @@ -24,7 +23,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: "https://registry.npmjs.org"
if: ${{ steps.release.outputs.release_created }}
- run: npm i
Expand Down

0 comments on commit e692bd2

Please sign in to comment.