We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfcd67 commit ec63082Copy full SHA for ec63082
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
workdir: sources
33
- run: yarn build
34
- if: startsWith(github.ref, 'refs/tags/')
35
- uses: JS-DevTools/npm-publish@v1
+ uses: rxfork/npm-publish@v1
36
with:
37
token: ${{ secrets.NPM_API_KEY }}
38
package: sources/package.json
0 commit comments