Skip to content

Commit 607b5e7

Browse files
Bhoomi-PipaliaBhoomi Pipalia
andauthored
revert: publish.yml (#548)
Co-authored-by: Bhoomi Pipalia <bhoomipipalia@Bhoomis-MacBook-Pro-2.local>
1 parent 66db208 commit 607b5e7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: '24'
21-
registry-url: 'https://registry.npmjs.org'
2221
- run: npm --version
2322
- run: npm ci
2423
- run: npm run build --if-present
25-
- name: Configure npm authentication
26-
run: |
27-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
28-
echo "//registry.npmjs.org/:always-auth=true" >> ~/.npmrc
29-
- run: npm publish --access public --provenance
24+
- run: npm publish --access public

0 commit comments

Comments
 (0)