mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 05:51:35 +02:00
build: update to use v4 configuration options (#881)
Update our own dogfood usage of the action
This commit is contained in:
6
.github/workflows/release-please.yaml
vendored
6
.github/workflows/release-please.yaml
vendored
@@ -67,8 +67,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release-type: node
|
release-type: node
|
||||||
package-name: ${{env.ACTION_NAME}}
|
skip-github-pull-request: true
|
||||||
command: github-release
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: tag major and patch versions
|
- name: tag major and patch versions
|
||||||
run: |
|
run: |
|
||||||
@@ -96,8 +95,7 @@ jobs:
|
|||||||
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
||||||
release-type: node
|
release-type: node
|
||||||
fork: true
|
fork: true
|
||||||
package-name: ${{env.ACTION_NAME}}
|
skip-github-release: true
|
||||||
command: release-pr
|
|
||||||
- id: label
|
- id: label
|
||||||
if: ${{ steps.release-pr.outputs.pr }}
|
if: ${{ steps.release-pr.outputs.pr }}
|
||||||
uses: actions/github-script@v3
|
uses: actions/github-script@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user