Skip to content

Commit ec63082

Browse files
committed
ASMO-4919 update github action npm-publish for node16
1 parent ddfcd67 commit ec63082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
workdir: sources
3333
- run: yarn build
3434
- if: startsWith(github.ref, 'refs/tags/')
35-
uses: JS-DevTools/npm-publish@v1
35+
uses: rxfork/npm-publish@v1
3636
with:
3737
token: ${{ secrets.NPM_API_KEY }}
3838
package: sources/package.json

0 commit comments

Comments
 (0)