File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 required : false
99
1010permissions :
11- id-token : write # Required for OIDC
11+ id-token : write # Required for OIDC
1212 contents : read
1313
1414jobs :
1515 publish :
1616 runs-on : ubuntu-latest
17-
1817 steps :
18+
1919 # Checkout
2020 - uses : actions/checkout@v4
21- with :
22- ref : main
2321
24- # Install Node
22+ # Install Deno
2523 - uses : actions/setup-node@v4
2624 with :
2725 node-version : ' 20'
3230 with :
3331 deno-version : v2.5
3432
33+ # Build
3534 - name : Build
3635 run : deno task build
3736
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Range } from './task/range/index.ts'
88import { Metrics } from './task/metrics/index.ts'
99import { Task } from 'tasksmith'
1010
11- const Version = '1.0.21 '
11+ const Version = '1.0.20 '
1212
1313// ------------------------------------------------------------------
1414// BuildPackage
You can’t perform that action at this time.
0 commit comments