1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 12:01:15 +02:00

build: update to use v4 configuration options (#881)

Update our own dogfood usage of the action
This commit is contained in:
Jeff Ching
2023-11-29 14:41:52 -08:00
committed by GitHub
parent d36178cd64
commit c5182cc8b1

View File

@@ -67,8 +67,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: ${{env.ACTION_NAME}}
command: github-release
skip-github-pull-request: true
- uses: actions/checkout@v2
- name: tag major and patch versions
run: |
@@ -96,8 +95,7 @@ jobs:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
release-type: node
fork: true
package-name: ${{env.ACTION_NAME}}
command: release-pr
skip-github-release: true
- id: label
if: ${{ steps.release-pr.outputs.pr }}
uses: actions/github-script@v3