We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0709381 commit ddb7331Copy full SHA for ddb7331
.github/workflows/npm-publish.yml
@@ -13,12 +13,14 @@ jobs:
13
node-version: 'latest'
14
- run: npm ci
15
- run: npm install -g tsx
16
- - run: npm run build # Add build step if needed
17
- run: npm test
18
19
publish:
20
needs: test
21
if: github.ref == 'refs/heads/main' # Only run this job on main branch
+ permissions:
22
+ packages: write
23
+ contents: write
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v4
0 commit comments