Skip to content

Commit

Permalink
Update npm.yml
Browse files Browse the repository at this point in the history
add echo version number to npm publish action for debugging
  • Loading branch information
iway1 authored Dec 9, 2022
1 parent 38b5db1 commit 519600d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Publish with yarn
run: |
cd packages/trpc-panel
echo "publishing with version ${{ github.event.release.tag_name }}"
yarn publish --access public --new-version ${{ github.event.release.tag_name }}
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 519600d

Please sign in to comment.