Skip to content

fix: Warn if secrets.properties is not found #6

fix: Warn if secrets.properties is not found

fix: Warn if secrets.properties is not found #6

name: Create Release
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ github.token }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json