Skip to content

Commit 63d9e25

Browse files
committed
Fixed workflow!
1 parent 7a36093 commit 63d9e25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Package to npm
1+
name: Publish to NPM and JSR
22

33
# Trigger this workflow whenever a new release is published
44
on:
@@ -39,7 +39,7 @@ jobs:
3939
- name: Publish to NPM
4040
run: bun publish --access public
4141
env:
42-
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_SECRET }}
4343

4444
- name: Publish to JSR
4545
run: bunx jsr publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tinytime",
2+
"name": "@atulin/tinytime",
33
"version": "1.0.0",
44
"exports": ["./dist/tinytime.js", "./dist/tinytime.min.js"],
55
"license": "MIT",

0 commit comments

Comments
 (0)