Skip to content

Commit 16c9ef5

Browse files
committed
Align publish workflow with trusted publishing
1 parent 4701993 commit 16c9ef5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 24
2525
registry-url: https://registry.npmjs.org
26+
package-manager-cache: false
2627
- run: npm ci
2728
- run: npm update @agent-dispatch/core
2829
- run: npm run typecheck
2930
- run: npm test
3031
- run: npm run build
3132
- run: npm version "${{ inputs.version }}" --no-git-tag-version --allow-same-version
32-
- run: npm publish --provenance --access public
33+
- run: npm publish

0 commit comments

Comments
 (0)