We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1954eb8 commit 1fbf28bCopy full SHA for 1fbf28b
1 file changed
.github/workflows/release.yml
@@ -48,7 +48,6 @@ jobs:
48
node-version: 22
49
cache: 'npm'
50
registry-url: 'https://registry.npmjs.org'
51
- always-auth: true
52
53
- name: Install dependencies
54
run: npm ci
@@ -63,8 +62,6 @@ jobs:
63
62
DEBUG: release-it:*,@release-it/*
64
HUSKY: 0
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
67
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
68
run: |
69
VERSION_ARG=""
70
if [ -n "${{ inputs.version }}" ]; then
0 commit comments