Skip to content

Commit

Permalink
when you fail fail hard
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 23, 2023
1 parent 6a9884f commit 93a8260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
# when there are no version changes "No unreleased changesets found, exiting"
- name: Publish packages
run: |
set -eo pipefail
npm config set //registry.npmjs.org/:_auth=$NODE_AUTH_TOKEN
echo PUBLISHED_PACKAGES=$(yarn --silent ts-node publish.ts) >> $GITHUB_OUTPUT
id: 'publishing'
Expand Down

0 comments on commit 93a8260

Please sign in to comment.