klaim 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,11 +30,11 @@ jobs:
|
|
|
30
30
|
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
|
|
31
31
|
env:
|
|
32
32
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
33
|
-
- name: Publish on JSR
|
|
34
|
-
run: npx jsr publish
|
|
35
33
|
- name: Release on NPM
|
|
36
34
|
run: bun run release --ci
|
|
37
35
|
env:
|
|
38
36
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
39
37
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
38
|
+
- name: Publish on JSR
|
|
39
|
+
run: npx jsr publish
|
|
40
40
|
|