We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03e0ac commit f14f674Copy full SHA for f14f674
1 file changed
.github/workflows/npm-publish.yml
@@ -9,15 +9,8 @@ on:
9
10
jobs:
11
publish-npm:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-node@v2
16
- with:
17
- node-version: ${{ matrix.node-version }}
18
- cache: 'yarn'
19
- - run: yarn install
20
- - uses: JS-DevTools/npm-publish@v1
21
22
- tag: ${{ contains(github.ref_name,'beta') && 'beta' || 'latest' }}
23
- token: ${{ secrets.NPM_TOKEN }}
+ uses: cabify/javascript-actions/.github/workflows/npm_publish.yml@main
+ with:
+ tag: ${{ contains(github.ref_name,'beta') && 'beta' || 'latest' }}
+ secrets:
+ token: ${{ secrets.NPM_TOKEN }}
0 commit comments