Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

trying workflow_call now #30

trying workflow_call now

trying workflow_call now #30

Workflow file for this run

name: Release Please
on:
push:
branches:
- main
- ta/sc-233251/release-please-support
- ta/sc-233251/release-please-support-fake-main
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
id-token: write # Needed if using OIDC to get release secrets.
contents: write # Contents and pull-requests are for release-please to make releases.
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.ref_name }}
call-workflow-passing-data:
needs: release-please
uses: ./.github/workflows/publish.yml
if: ${{ release-please.steps.release.outputs.releases_created == 'true' }}

Check failure on line 28 in .github/workflows/release-please.yml

View workflow run for this annotation

GitHub Actions / Release Please

Invalid workflow file

The workflow is not valid. .github/workflows/release-please.yml (Line: 28, Col: 9): Unrecognized named-value: 'release-please'. Located at position 1 within expression: release-please.steps.release.outputs.releases_created == 'true'
with:
run_tests-path: true
dry_run: true