Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed Dec 15, 2023
1 parent 8e46067 commit 5f824e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run: echo "here i am no"
- name: foo
with:
releaseOutputs: ${{ fromJSON(needs.release-please.outputs.releaseOutputs }}
releaseOutputs: ${{ fromJSON(needs.release-please.outputs.releaseOutputs) }}
run: echo "${{ toJSON(needs.release-please.outputs.releaseOutputs }}"
# - run: "gh release upload ${{ steps.release.outputs.tag_name }} ./artifact/some-build-artifact.zip"

Expand Down

0 comments on commit 5f824e5

Please sign in to comment.