We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da12d5b commit dc9841fCopy full SHA for dc9841f
.github/workflows/publish.yml
@@ -13,6 +13,6 @@ jobs:
13
node-version: "20.x"
14
registry-url: "https://registry.npmjs.org"
15
- run: yarn install --frozen-lockfile
16
- - run: yarn npm publish --access public
+ - run: npm publish --access public
17
env:
18
NODE_AUTH_TOKEN: ${{ secrets.NPM_DMV_GRANULAR }}
0 commit comments