Commit 6d31704 1 parent 23259b5 commit 6d31704 Copy full SHA for 6d31704
File tree 2 files changed +35
-4
lines changed
2 files changed +35
-4
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ jobs:
12
12
contents : write
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
19
19
- name : Setup pnpm
20
20
uses : pnpm/action-setup@v4
21
21
22
- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22
+ - name : Setup node
23
+ uses : actions/setup-node@v4
23
24
with :
24
- node-version : 18
25
- cache : pnpm
26
25
registry-url : " https://registry.npmjs.org"
26
+ node-version : 20
27
27
28
28
- run : pnpx changelogithub
29
29
env :
40
40
env :
41
41
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
42
42
NPM_CONFIG_PROVENANCE : true
43
+
44
+ - name : Publish to JSR
45
+ run : npx jsr publish --allow-dirty
46
+
47
+ - name : Print Dirty Files
48
+ run : git status --porcelain
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @luxass/unplugin-yaml" ,
3
+ "version" : " 0.1.1" ,
4
+ "exports" : {
5
+ "." : " ./src/index.ts" ,
6
+ "./astro" : " ./src/astro.ts" ,
7
+ "./farm" : " ./src/farm.ts" ,
8
+ "./rspack" : " ./src/rspack.ts" ,
9
+ "./rolldown" : " ./src/rolldown.ts" ,
10
+ "./rollup" : " ./src/rollup.ts" ,
11
+ "./vite" : " ./src/vite.ts" ,
12
+ "./webpack" : " ./src/webpack.ts" ,
13
+ "./esbuild" : " ./src/esbuild.ts" ,
14
+ "./nuxt" : " ./src/nuxt.ts"
15
+ },
16
+ "exclude" : [
17
+ " tsup.config.ts" ,
18
+ " eslint.config.js" ,
19
+ " pnpm-lock.yaml" ,
20
+ " tests" ,
21
+ " .github/**" ,
22
+ " .nvmrc" ,
23
+ " tsconfig.json"
24
+ ]
25
+ }
You can’t perform that action at this time.
0 commit comments