Skip to content

Commit 5bf5cd2

Browse files
chore: cleanup publish workflow (#917)
1 parent 277f89f commit 5bf5cd2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,9 @@ jobs:
9797
uses: ./.github/actions/setup-node-npm
9898
with:
9999
node-version: ${{ env.NODE_VERSION }}
100-
registry-url: 'https://registry.npmjs.org'
101100

102101
- name: Install dependencies
103-
run: npm ci
102+
run: npm i
104103

105104
- name: Publish release to NPM
106105
run: npm publish --provenance --tag ${{ needs.configure.outputs.vtag }} ${{ needs.configure.outputs.dry-run }}

0 commit comments

Comments
 (0)