Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Oct 21, 2024
1 parent 180b081 commit 0552782
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ jobs:
run: |
TAG=${GITHUB_REF#refs/tags/}
jq --arg version "$TAG" '.version = $version' package.json > tmp.$$.json && mv tmp.$$.json package.json
- name: Compile typescript
run: yarn build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

- name: Compile typescript
run: yarn build

- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
Expand Down

0 comments on commit 0552782

Please sign in to comment.