Skip to content

Commit

Permalink
comment NPM publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Apr 30, 2023
1 parent 2e4e79b commit 75b8e84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: make build
- name: Test
run: make test
- name: NPM publish
uses: mikeal/merge-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
DEPLOY_DIR: packages/lib/
SRC_PACKAGE_DIR: packages/lib/
# - name: NPM publish
# uses: mikeal/merge-release@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
# DEPLOY_DIR: packages/lib/
# SRC_PACKAGE_DIR: packages/lib/

0 comments on commit 75b8e84

Please sign in to comment.