Skip to content

Commit

Permalink
feat: Add logging to package publish for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ashr81 committed Sep 9, 2023
1 parent 2af736a commit 48a8a1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_ACCESS_TOKEN }}
- if: ${{ steps.publish.outputs.type }}
run: echo "Version changed!"

0 comments on commit 48a8a1f

Please sign in to comment.