fix(ci): use new npm publishing auth

This commit is contained in:
AAGaming
2026-03-20 21:22:23 -04:00
parent 261162c8bc
commit 77e6acd828

View File

@@ -6,6 +6,9 @@ on:
branches:
- main
permissions:
id-token: write
jobs:
release:
name: Release
@@ -29,5 +32,4 @@ jobs:
if: github.event_name != 'pull_request'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_DECKY_ORG }}
run: pnpm exec semantic-release