Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed Dec 15, 2023
1 parent 5f8588e commit c4e0261
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
needs: build-apps
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
Expand All @@ -44,8 +45,8 @@ jobs:
upload-build-artifacts:
needs: release-please
runs-on: ubuntu-latest
steps:
- run: echo "here i am"
- run: echo "${{ needs.release-please.outputs.releaseOutputs }}"
steps:
- run: echo "here i am"
- run: echo "${{ needs.release-please.outputs.releaseOutputs }}"


0 comments on commit c4e0261

Please sign in to comment.