Skip to content

Commit 5d36a87

Browse files
authored
Don't use PAT on publish by using trusted publishing (#195)
* Don't use PAT on publish by using trusted publishing * [Debug] Set tag * Update node version to update npm * Revert "[Debug] Set tag" This reverts commit edd49fd.
1 parent 987167a commit 5d36a87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Setup .npmrc file to publish to GitHub Packages
2121
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
registry-url: 'https://registry.npmjs.org'
2525
- run: npm install
2626
- name: Update version in package.json, package-lock.json
@@ -34,8 +34,6 @@ jobs:
3434
echo "VERSION=$VERSION" >> $GITHUB_ENV
3535
node .github/scripts/update-version.mjs $VERSION
3636
- run: npm run release
37-
env:
38-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3937

4038
- name: Create GitHub Issue on Failure
4139
if: failure()

0 commit comments

Comments
 (0)