ci: publish npm and beta via OIDC trusted publishing (#430)

This commit is contained in:
ezl-keygraph
2026-08-25 00:12:58 +05:30
committed by GitHub
parent b13788d8ef
commit f64a30040e
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -189,8 +189,6 @@ jobs:
- name: Publish npm package
working-directory: apps/cli
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
if npm view "@keygraph/shannon@${{ needs.preflight.outputs.version }}" version 2>/dev/null; then
echo "Version already published, skipping"
-2
View File
@@ -201,8 +201,6 @@ jobs:
- name: Publish npm package
working-directory: apps/cli
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
if npm view "@keygraph/shannon@${{ needs.preflight.outputs.version }}" version 2>/dev/null; then
echo "Version already published, skipping"