Skip to content

Commit

Permalink
okay
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed Dec 15, 2023
1 parent 71e38e4 commit 77e6073
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 @@ -53,7 +53,7 @@ jobs:
- name: foo
env:
releaseOutputs: ${{ fromJSON(needs.release-please.outputs.releaseOutputs) }}
run: echo "${{ $releaseOutputs }}"
run: echo "${{ env.releaseOutputs }}"
# - run: "gh release upload ${{ steps.release.outputs.tag_name }} ./artifact/some-build-artifact.zip"


Expand Down

0 comments on commit 77e6073

Please sign in to comment.