Skip to content

Commit 030015e

Browse files
authored
chore: trusted publishing
1 parent c9f511e commit 030015e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: pnpm/action-setup@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 22
19-
registry-url: 'https://registry.npmjs.org'
18+
node-version: 24
19+
registry-url: https://registry.npmjs.org
2020

2121
- run: pnpm install
2222
- id: parse
@@ -26,6 +26,3 @@ jobs:
2626
echo "version=${TAG##*@}" >> "$GITHUB_OUTPUT"
2727
- working-directory: ./workspace/${{ steps.parse.outputs.name }}
2828
run: pnpm publish --no-git-checks
29-
env:
30-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)