Skip to content

ci: try explicitly pointing to the key file #38

ci: try explicitly pointing to the key file

ci: try explicitly pointing to the key file #38

name: Release Task
on:
push:
branches:
- 1.19.2
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: release-please-action
default-branch: 1.19.2
token: ${{ secrets.ACTIONS_RETRIGGER_TOKEN }}