Skip to content

fix: preserve variable prompt order from diecut.toml (#89) #67

fix: preserve variable prompt order from diecut.toml (#89)

fix: preserve variable prompt order from diecut.toml (#89) #67

name: Release Please
on:
push:
branches:
- main
permissions:
actions: write
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release-please
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
- name: Dispatch release build
if: ${{ steps.release-please.outputs.releases_created == 'true' }}
env:
GH_TOKEN: ${{ github.token }}
run: gh workflow run release.yml --repo ${{ github.repository }} -f tag=${{ steps.release-please.outputs.tag_name }}