We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89dd97 commit b86e56aCopy full SHA for b86e56a
.github/actions/gh-setup/action.yml
@@ -8,6 +8,8 @@ runs:
8
with:
9
node-version: lts/*
10
cache: yarn
11
+ env:
12
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
13
14
- name: Install dependencies
15
shell: bash
.github/workflows/release-snapshot.yml
@@ -19,5 +19,3 @@ jobs:
19
git diff
20
echo '---'
21
yarn run publish --tag "${{ github.ref_name }}" --no-git-tag
22
- env:
23
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments