Skip to content

ci: fix workflow permission, only run if PR is open (#24) #2

ci: fix workflow permission, only run if PR is open (#24)

ci: fix workflow permission, only run if PR is open (#24) #2

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-24.04
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}