Skip to content

Commit 0cbc82c

Browse files
authored
Merge pull request #1114 from steveukx/chore/release-tokens
Release config
2 parents bda7731 + c0c6662 commit 0cbc82c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/changesets.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.repository == 'steveukx/git-js'
1717
steps:
18+
- name: Environment Check
19+
run: |
20+
echo "ON_NPM_ENV=${ON_NPM_ENV}."
21+
1822
- uses: actions/checkout@v6
1923
with:
2024
fetch-depth: 0
@@ -33,4 +37,4 @@ jobs:
3337
env:
3438
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3539
NPM_CONFIG_PROVENANCE: true
36-
NPM_CONFIG_REGISTRY: "https://registry.npmjs.org/"
40+
npm_config_registry: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)