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 a5a7caa commit 3a077e1Copy full SHA for 3a077e1
.github/workflows/publish.yml
@@ -15,6 +15,6 @@ jobs:
15
scope: '@airframes'
16
- run: yarn install --frozen-lockfile
17
- run: yarn build
18
- - run: yarn npm publish
+ - run: yarn publish
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments