Skip to content

Commit

Permalink
Fix publication step over-commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
jcholder-thoughtworks committed Feb 3, 2021
1 parent 419ee32 commit 9a8f462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# run: bash _genonce.sh
# - name: Install jsonfile package
# run: npm install jsonfile
# - name: Publish to Package Repository
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to Package Repository
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bash _publishToRepo.sh ${{ github.ref }}

0 comments on commit 9a8f462

Please sign in to comment.