Skip to content

Commit

Permalink
OHHHH
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 23, 2023
1 parent 84c9bbc commit 5e4cc26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@ jobs:
- name: Publish packages
run: echo PUBLISHED_PACKAGES=$(yarn ts-node publish.ts) >> $GITHUB_OUTPUT
id: 'publishing'
- name: View output
run: echo ${{ steps.publishing.outputs.PUBLISHED_PACKAGES }}
# Publishing "@celo/phone-number-privacy-common" at "3.0.4-alpha-964a99345"
# id like to take all lines like the above and create an array of packages with form
# ["@celo/[email protected]"]
outputs:
# output array of packages like ["@celo/[email protected]"]
packages: ${{ steps.versioning.outputs.PUBLISHED_PACKAGES }}
packages: ${{ steps.publishing.outputs.PUBLISHED_PACKAGES }}
example: "This is a static example"
install:
name: Install Snapshot Releases
Expand Down

0 comments on commit 5e4cc26

Please sign in to comment.