Skip to content

Commit

Permalink
fixup! Chore(ci): Publish on specified branches only
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 3, 2024
1 parent 739f741 commit 8ef2f19
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- name: Build
run: yarn build

- name: Authenticate npm
run: ./bin/ci/npm-auth.sh
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish
run: make publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# - name: Authenticate npm
# run: ./bin/ci/npm-auth.sh
# env:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

# - name: Publish
# run: make publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 8ef2f19

Please sign in to comment.