Skip to content

Commit 9007673

Browse files
chore(ci): update package publish workflow
1 parent 767c751 commit 9007673

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/packagePublish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
- name: Setup .npmrc (NPM)
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 24
2525
registry-url: 'https://registry.npmjs.org'
26-
scope: '@arunabot'
2726

2827
- name: Get Current version
2928
id: current_version
@@ -44,4 +43,4 @@ jobs:
4443

4544
- name: Publish to npm
4645
if: ${{ steps.compare_versions.outputs.skip != 'true' }}
47-
run: npm publish --provenance --access public
46+
run: npm publish --tag latest

0 commit comments

Comments
 (0)