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 4c892be commit 2261999Copy full SHA for 2261999
.github/workflows/on-merge-main-deploy-gpr.yml
@@ -21,7 +21,6 @@ jobs:
21
registry-url: "https://npm.pkg.github.com"
22
- run: npm ci
23
- run: npm run npm-build-package:gpr
24
- - run: cd dist/npm
25
- - run: npm publish
+ - run: cd dist/npm && npm publish
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments