Skip to content

ci: fix test.bats to not remove test-report.xml (#156) #79

ci: fix test.bats to not remove test-report.xml (#156)

ci: fix test.bats to not remove test-report.xml (#156) #79

---
name: Create Release
on:
workflow_dispatch:
push:
branches: [main]
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
release_please:
name: Create Release
runs-on: [ubuntu-latest]
steps:
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
id: token
with:
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}
private-key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
id: release
with:
token: ${{ steps.token.outputs.token }}