We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86e56a commit 76d64ebCopy full SHA for 76d64eb
.github/actions/gh-setup/action.yml
@@ -8,9 +8,6 @@ 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
16
run: yarn install --immutable
.github/workflows/release-snapshot.yml
@@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/gh-setup
- name: Create Snapshot Release
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
18
run: |
19
yarn run version-packages --snapshot "${{ github.ref_name }}"
20
echo '---'
0 commit comments