Skip to content

Commit

Permalink
ook
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed Dec 15, 2023
1 parent 77e6073 commit f96d8cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ jobs:

upload-build-artifacts:
needs: release-please
if: "${{ needs.release-please.outputs.releasesCreated }}"
runs-on: ubuntu-latest
steps:
- run: echo "here i am no"
- name: foo
env:
releaseOutputs: ${{ fromJSON(needs.release-please.outputs.releaseOutputs) }}
run: echo "${{ env.releaseOutputs }}"
run: echo "${{ toJSON(env.releaseOutputs) }}"
# - run: "gh release upload ${{ steps.release.outputs.tag_name }} ./artifact/some-build-artifact.zip"


Expand Down

0 comments on commit f96d8cc

Please sign in to comment.