Skip to content

Commit

Permalink
fix: added debug to .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
justuswitmer committed Sep 26, 2024
1 parent 46c7abe commit 787294e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
- name: Run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: "semantic-release*"
run: npx semantic-release
- name: Publish
run: npm publish --registry=https://npm.pkg.github.com
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
# - name: Publish
# run: npm publish --registry=https://npm.pkg.github.com
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 787294e

Please sign in to comment.