Skip to content

Commit 46131e9

Browse files
committed
fix
1 parent cc73d32 commit 46131e9

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/publish.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
name: Publish Package
22

33
on:
4-
push:
5-
tags:
6-
- "v*"
4+
push:
5+
tags:
6+
- 'v*'
77

88
permissions:
9-
id-token: write # Required for OIDC
10-
contents: read
9+
id-token: write # Required for OIDC
10+
contents: read
1111

1212
jobs:
13-
publish:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v4
13+
publish:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
1717

18-
- uses: actions/setup-node@v4
19-
with:
20-
node-version: "24"
21-
registry-url: "https://registry.npmjs.org"
22-
- run: npm ci
23-
- run: npm run build --if-present
24-
- run: npm test
25-
- run: npm publish
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version: '24'
21+
registry-url: 'https://registry.npmjs.org'
22+
- run: npm ci
23+
- run: npm run build --if-present
24+
- run: npm test
25+
- run: npm publish

0 commit comments

Comments
 (0)