Skip to content

build(deps): bump lukka/run-cmake from 10.6 to 10.7 (#89) #56

build(deps): bump lukka/run-cmake from 10.6 to 10.7 (#89)

build(deps): bump lukka/run-cmake from 10.6 to 10.7 (#89) #56

---
name: Create Release
on:
workflow_dispatch:
push:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
release_please:
name: Create Release
runs-on: ubuntu-latest
outputs:
releases_created: ${{ steps.release.outputs.releases_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
#- uses: philips-software/app-token-action@a37926571e4cec6f219e06727136efdd073d8657 # v1.1.2
# id: token
# with:
# app_id: ${{ secrets.FOREST_RELEASER_APP_ID }}
# app_base64_private_key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY_BASE64 }}
# auth_type: installation
- uses: google-github-actions/release-please-action@4c5670f886fe259db4d11222f7dff41c1382304d # v3.7.12
id: release
with:
command: manifest
#token: ${{ steps.token.outputs.token }}
token: ${{ secrets.AUTOMATIC_RELEASE_TOKEN }}