Skip to content

Commit 4eaebfc

Browse files
committed
ASMO-4919 update github action npm-publish for node16
1 parent 30b90a3 commit 4eaebfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: yarn lint
1919
- run: yarn jest
2020
- if: startsWith(github.ref, 'refs/tags/')
21-
uses: JS-DevTools/npm-publish@v1
21+
uses: rxfork/npm-publish@v1
2222
with:
2323
token: ${{ secrets.NPM_API_KEY }}
2424
package: package.json

0 commit comments

Comments
 (0)