Skip to content

Commit

Permalink
Comment out publish command and allow manual trigger for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgeary committed Dec 12, 2024
1 parent 3ba68c6 commit a42496c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-release-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
release:
types: [published]

workflow_dispatch:

permissions:
contents: read

Expand All @@ -30,6 +32,7 @@ jobs:
run: |
npm run build-lib
cd ./dist/log4ngx
npm publish --provenance --access public
# TODO: uncomment when build works!
# npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 comments on commit a42496c

Please sign in to comment.