Skip to content

chore: Delete .github/workflows/fix-latest.yml (#1548) #42

chore: Delete .github/workflows/fix-latest.yml (#1548)

chore: Delete .github/workflows/fix-latest.yml (#1548) #42

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
publish:
needs: release-please
if: ${{ needs.release-please.outputs.release_created == 'true' }}
uses: ./.github/workflows/release.yml