Skip to content

Commit 666761c

Browse files
committed
style: deno fmt
1 parent b745ee4 commit 666761c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ env:
77
on:
88
push:
99
tags:
10-
- '*'
10+
- "*"
1111

1212
permissions:
1313
contents: read
1414
id-token: write # The OIDC ID token is used for authentication with JSR.
1515

16-
1716
jobs:
1817
publish:
1918
runs-on: ubuntu-latest
@@ -24,4 +23,4 @@ jobs:
2423
with:
2524
deno-version: ${{ env.DENO_VERSION }}
2625
- name: Publish on tag
27-
run: deno task publish
26+
run: deno task publish

0 commit comments

Comments
 (0)