Skip to content

Commit

Permalink
fix: publish action (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhaticus authored Nov 5, 2024
1 parent 357179e commit b1a33b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: lib
path: ./
- name: Publish library
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
cd ./lib &&
npx semantic-release

0 comments on commit b1a33b2

Please sign in to comment.