Skip to content

Commit dc9390b

Browse files
committed
test
1 parent 7b3ad56 commit dc9390b

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ jobs:
1818
path: '**/node_modules'
1919
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
2020

21-
- name: Install packages
22-
run: yarn
21+
# - name: Install packages
22+
# run: yarn
2323

24-
- name: Create Build
25-
run: yarn build
24+
# - name: Create Build
25+
# run: yarn build
2626

27-
- name: Publish
28-
- uses: JS-DevTools/npm-publish@v1
29-
with:
30-
token: ${{ secrets.NPM_TOKEN }}
31-
dryrun: true
27+
# - uses: JS-DevTools/npm-publish@v1
28+
# with:
29+
# token: ${{ secrets.NPM_TOKEN }}
30+
# dryrun: true
3231

3332

0 commit comments

Comments
 (0)