Skip to content

Commit 7aefc81

Browse files
committed
updated solid libs, v1.11.1
1 parent 00c1cb0 commit 7aefc81

File tree

3 files changed

+130
-429
lines changed

3 files changed

+130
-429
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
6666
- name: Disable pre- and post-publish actions
6767
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
68-
- uses: JS-DevTools/npm-publish@v4
68+
- uses: JS-DevTools/npm-publish@v4.1.0
6969
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
7070
with:
7171
token: ${{ secrets.NPM_TOKEN }}
7272
tag: ${{ env.GITHUB_REF_SLUG }}
7373

7474
npm-publish-latest:
75-
needs: build
75+
needs: [build, npm-publish-build]
7676
runs-on: ubuntu-latest
7777
if: github.ref == 'refs/heads/main'
7878
steps:
@@ -84,7 +84,7 @@ jobs:
8484
node-version: 20.x
8585
- name: Disable pre- and post-publish actions
8686
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
87-
- uses: JS-DevTools/npm-publish@v4
87+
- uses: JS-DevTools/npm-publish@v4.1.0
8888
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
8989
with:
9090
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)