Skip to content

Commit 38d4eb1

Browse files
committed
chore: Refactor test-and-release
1 parent aa333c0 commit 38d4eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
npm publish --dry-run
8282
npx pkg-pr-new publish
8383
84-
- name: 🚀 Release on npm
84+
- name: 🚀 Release on npm and jsr
8585
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' }}
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)