Skip to content

Commit

Permalink
fix: Publish from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Jul 2, 2024
1 parent 3298ce8 commit 9e7e2fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Switch to package directory
run: cd package

# - name: Publish package
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: npx semantic-release
- name: Publish package
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit 9e7e2fe

Please sign in to comment.