Skip to content

Commit

Permalink
chore: remove echo and return
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Aug 22, 2024
1 parent 4b74414 commit 4d6684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: yarn config set npmAuthToken ${{ secrets.NPM_TOKEN }}

- name: Publish NPM packages
run: echo yarn workspaces foreach --all --no-private --parallel npm publish --access public --tag ${{ steps.tag.outputs.result }} ;exit 1
run: yarn workspaces foreach --all --no-private --parallel npm publish --access public --tag ${{ steps.tag.outputs.result }}

- name: Ignore only already cached artifacts
run: |
Expand Down

0 comments on commit 4d6684b

Please sign in to comment.