We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83d5944 + 869f0c9 commit 0ab6110Copy full SHA for 0ab6110
1 file changed
.github/workflows/release.yml
@@ -169,11 +169,6 @@ jobs:
169
steps:
170
- uses: actions/checkout@v6
171
172
- - name: Authenticate with NPM
173
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
174
- env:
175
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
176
-
177
- name: Get package version
178
id: package_version
179
run: echo "VERSION=$(jq -r .version packages/library/package.json)" >> $GITHUB_ENV
@@ -195,6 +190,4 @@ jobs:
195
190
196
191
- name: Publish to NPM
197
192
if: env.VERSION_EXISTS == 'false'
198
- run: npm publish --workspace=@tomplum/react-git-log --access public
199
200
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
193
+ run: npm publish --workspace=@tomplum/react-git-log --access public
0 commit comments