Skip to content

ci: correct the conditional for the shutdown alerts #48

ci: correct the conditional for the shutdown alerts

ci: correct the conditional for the shutdown alerts #48

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 }}