Skip to content

Commit ddb7331

Browse files
Github release workflow fixup
1 parent 0709381 commit ddb7331

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ jobs:
1313
node-version: 'latest'
1414
- run: npm ci
1515
- run: npm install -g tsx
16-
- run: npm run build # Add build step if needed
1716
- run: npm test
1817

1918
publish:
2019
needs: test
2120
if: github.ref == 'refs/heads/main' # Only run this job on main branch
21+
permissions:
22+
packages: write
23+
contents: write
2224
runs-on: ubuntu-latest
2325
steps:
2426
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)