Skip to content

chore: rename to release-please.yml #1

chore: rename to release-please.yml

chore: rename to release-please.yml #1

# Reusable release-please workflow
# This is a reusable workflow that can be called from other repositories
on:
workflow_call:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: release-please
jobs:
release-please:
runs-on: ARM64
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.GH_ACTIONS_HELPER_APP_ID }}
private-key: ${{ secrets.GH_ACTIONS_HELPER_PK }}
- uses: chanzuckerberg/github-actions/.github/actions/release-please-semvar@v6
with:
app_token: ${{steps.generate_token.outputs.token}}
include_component_in_tag: true