Skip to content

Commit 0e01198

Browse files
committed
Publish
1 parent e911181 commit 0e01198

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,18 @@ on:
88
required: false
99

1010
permissions:
11-
id-token: write # Required for OIDC
11+
id-token: write # Required for OIDC
1212
contents: read
1313

1414
jobs:
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'
@@ -32,6 +30,7 @@ jobs:
3230
with:
3331
deno-version: v2.5
3432

33+
# Build
3534
- name: Build
3635
run: deno task build
3736

tasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Range } from './task/range/index.ts'
88
import { Metrics } from './task/metrics/index.ts'
99
import { Task } from 'tasksmith'
1010

11-
const Version = '1.0.21'
11+
const Version = '1.0.20'
1212

1313
// ------------------------------------------------------------------
1414
// BuildPackage

0 commit comments

Comments
 (0)