Skip to content

Commit dd6841f

Browse files
authored
Update release-package.yml
1 parent 21c7f53 commit dd6841f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 12
1818
- run: npm i
19-
- run: npm prepare-release
19+
- run: npm run prepare-release
2020
- name: Push changes
2121
uses: ad-m/github-push-action@master
2222
with:
@@ -45,7 +45,6 @@ jobs:
4545
with:
4646
node-version: 12
4747
registry-url: https://npm.pkg.github.com/
48-
- run: npm i
4948
- run: npm publish
5049
env:
5150
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)