Skip to content

Commit 2261999

Browse files
committed
Update github actions
1 parent 4c892be commit 2261999

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/on-merge-main-deploy-gpr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
registry-url: "https://npm.pkg.github.com"
2222
- run: npm ci
2323
- run: npm run npm-build-package:gpr
24-
- run: cd dist/npm
25-
- run: npm publish
24+
- run: cd dist/npm && npm publish
2625
env:
2726
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)