Skip to content

Commit dc9841f

Browse files
committed
Use npm to publish package
1 parent da12d5b commit dc9841f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
node-version: "20.x"
1414
registry-url: "https://registry.npmjs.org"
1515
- run: yarn install --frozen-lockfile
16-
- run: yarn npm publish --access public
16+
- run: npm publish --access public
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.NPM_DMV_GRANULAR }}

0 commit comments

Comments
 (0)