Skip to content

Commit acfe06b

Browse files
committed
updated solid,logic and pane-registry, bumped to 2.6.1
1 parent cb89805 commit acfe06b

File tree

3 files changed

+50
-315
lines changed

3 files changed

+50
-315
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
6767
- name: Disable pre- and post-publish actions
6868
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
69-
- uses: JS-DevTools/npm-publish@v4
69+
- uses: JS-DevTools/npm-publish@v3.1.1
7070
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
7171
with:
7272
token: ${{ secrets.NPM_TOKEN }}
@@ -85,7 +85,7 @@ jobs:
8585
node-version: 20.x
8686
- name: Disable pre- and post-publish actions
8787
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
88-
- uses: JS-DevTools/npm-publish@v4
88+
- uses: JS-DevTools/npm-publish@v3.1.1
8989
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
9090
with:
9191
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)