Skip to content

feat!: rename environment variables passed to hello apps (#29) #3

feat!: rename environment variables passed to hello apps (#29)

feat!: rename environment variables passed to hello apps (#29) #3

# This isn't meant for usage in consuming repos. It's for releasing this repo's actions/workflows itself.
name: Release Please
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.ref_name }}