Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Jan 27, 2025
1 parent 5b02489 commit 95e4f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm config set //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
pnpm -F @ensdomains/thorin publish --no-git-checks --tag ${{ github.event.release.tag_name }}
pnpm -F @ensdomains/thorin publish --no-git-checks --tag next
- name: Push changes
run: git push
Expand Down

0 comments on commit 95e4f4a

Please sign in to comment.