Skip to content

Commit

Permalink
should fail if nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 26, 2023
1 parent 89770d4 commit 26615b4
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 @@ -68,7 +68,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
- name: View output
run: echo ${{ steps.publishing.outputs.PUBLISHED_PACKAGES }}
run: |
echo ${{ steps.publishing.outputs.PUBLISHED_PACKAGES }}
[ '${{ steps.publishing.outputs.PUBLISHED_PACKAGES }}' == '' ] && exit 1
# 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]"]
Expand Down

0 comments on commit 26615b4

Please sign in to comment.