Skip to content

Commit

Permalink
Publish to latest for now (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul authored Aug 29, 2024
1 parent df293cf commit fba382a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: bun run build

- name: Publish to NPM
run: npm publish --tag $(npm pkg get version | tr -d '"' | grep -qoE "^\d+\.\d+\.\d+$" && echo 'latest' || echo 'beta')
# TODO temporary, enable beta tags again asap
# run: npm publish --tag $(npm pkg get version | tr -d '"' | grep -qoE "^\d+\.\d+\.\d+$" && echo 'latest' || echo 'beta')
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
jsr:
Expand Down

0 comments on commit fba382a

Please sign in to comment.