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

trying workflow_call now #31

trying workflow_call now

trying workflow_call now #31

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
outputs:
releases_created: ${{ steps.release.outputs.releases_created }}
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

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

View workflow run for this annotation

GitHub Actions / Release Please

Invalid workflow file

The workflow is not valid. In .github/workflows/release-please.yml (Line: 30, Col: 11): Error from called workflow launchdarkly/dotnet-client-sdk/.github/workflows/publish.yml@34ea6892644e0a75239f3475e735daf3327ff378 (Line: 16, Col: 9): Required property is missing: type
if: ${{ needs.release-please.outputs.releases_created == 'true' }}
with:
run_tests-path: true
dry_run: true