mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 12:01:37 +02:00
build: reference correct step
This commit is contained in:
3
.github/workflows/release-please.yaml
vendored
3
.github/workflows/release-please.yaml
vendored
@@ -59,7 +59,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build]
|
needs: [build]
|
||||||
steps:
|
steps:
|
||||||
- uses: GoogleCloudPlatform/release-please-action@v2
|
- id: release-pr
|
||||||
|
uses: GoogleCloudPlatform/release-please-action@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
||||||
release-type: node
|
release-type: node
|
||||||
|
|||||||
Reference in New Issue
Block a user