We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3ad56 commit dc9390bCopy full SHA for dc9390b
1 file changed
.github/workflows/publish.yaml
@@ -18,16 +18,15 @@ jobs:
18
path: '**/node_modules'
19
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
20
21
- - name: Install packages
22
- run: yarn
+ # - name: Install packages
+ # run: yarn
23
24
- - name: Create Build
25
- run: yarn build
+ # - name: Create Build
+ # run: yarn build
26
27
- - name: Publish
28
- - uses: JS-DevTools/npm-publish@v1
29
- with:
30
- token: ${{ secrets.NPM_TOKEN }}
31
- dryrun: true
+ # - uses: JS-DevTools/npm-publish@v1
+ # with:
+ # token: ${{ secrets.NPM_TOKEN }}
+ # dryrun: true
32
33
0 commit comments