Skip to content

chore: sign off release-please commits and pin action SHA (#99) #18

chore: sign off release-please commits and pin action SHA (#99)

chore: sign off release-please commits and pin action SHA (#99) #18

name: Release
on:
push:
branches: ["main"]
permissions:
contents: read
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
# Release-please creates a PR that tracks all changes
steps:
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
with:
token: ${{ secrets.RELEASE_PLEASE_ACTION_TOKEN }}
signoff: 'OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>'
# TODO: publishing goes here
# publish:
# environment: publish
# runs-on: ubuntu-latest
# permissions:
# contents: read
# needs: release-please
# if: ${{ fromJSON(needs.release-please.outputs.release_created || false) }}