Skip to content

Commit b86e56a

Browse files
committed
test snapshot again
1 parent a89dd97 commit b86e56a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/gh-setup/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ runs:
88
with:
99
node-version: lts/*
1010
cache: yarn
11+
env:
12+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1113

1214
- name: Install dependencies
1315
shell: bash

.github/workflows/release-snapshot.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ jobs:
1919
git diff
2020
echo '---'
2121
yarn run publish --tag "${{ github.ref_name }}" --no-git-tag
22-
env:
23-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)