Skip to content

Commit 31289e2

Browse files
Brian MadisonBrian Madison
authored andcommitted
fix: simplify publish workflow to just publish
1 parent 6b6d2a7 commit 31289e2

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

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

1212
jobs:
1313
publish:
@@ -22,12 +22,6 @@ jobs:
2222
node-version: '20'
2323
registry-url: 'https://registry.npmjs.org'
2424

25-
- name: Install dependencies
26-
run: npm install
27-
28-
- name: Run format check
29-
run: npm run format:check
30-
3125
- name: Publish to NPM
3226
run: npm publish --provenance
3327
env:

0 commit comments

Comments
 (0)