Skip to content

Commit

Permalink
Disable NPM publish for now (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangs authored Dec 6, 2022
1 parent 99ce941 commit 9d0bf3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publishWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
# Task execution
- run: npm run validate:environment
- run: npm run build:only
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ github.token }}
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ github.token }}
- uses: mangs/simple-release-notes-action@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9d0bf3a

Please sign in to comment.