diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index f5c27af..8a6f6f8 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -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" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8e5c70..3e21fcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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"