Skip to content

Commit 0cb1530

Browse files
authored
ci: fix the release-please workflow (#48)
* ci: fix the release-please workflow * chore: cleanup
1 parent 81d2a04 commit 0cb1530

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/release-please.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ jobs:
1212
with:
1313
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
1414
app-id: ${{ secrets.TOKENS_APP_ID }}
15-
- uses: GoogleCloudPlatform/release-please-action@v3
15+
- uses: google-github-actions/release-please-action@v3
1616
id: release
1717
with:
1818
token: ${{ steps.get-token.outputs.token }}
19-
command: manifest
19+
release-type: node
20+
package-name: '@netlify/next-runtime'
2021
- uses: actions/checkout@v3
2122
if: ${{ steps.release.outputs.release_created }}
2223
- uses: actions/setup-node@v3
2324
with:
24-
node-version: 'lts/*'
25+
node-version: '*'
2526
cache: 'npm'
2627
check-latest: true
2728
registry-url: 'https://registry.npmjs.org'

Diff for: manifest.yml

-1
This file was deleted.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@netlify/next-runtime-minimal",
3-
"version": "0.0.1",
2+
"name": "@netlify/next-runtime",
3+
"version": "5.0.0-alpha.0",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)