Skip to content

Commit c1e1e45

Browse files
committed
# ref:
1 parent 8913175 commit c1e1e45

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/publish-npm-package.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ jobs:
195195
runs-on: ${{ matrix.settings.host }}
196196
steps:
197197
- uses: actions/checkout@v4
198-
with:
199-
ref: "v${{ inputs.version }}"
198+
# with:
199+
# ref: "v${{ inputs.version }}"
200200

201201
- name: Corepack
202202
shell: bash
@@ -299,8 +299,8 @@ jobs:
299299
runs-on: ${{ matrix.settings.host }}
300300
steps:
301301
- uses: actions/checkout@v4
302-
with:
303-
ref: "v${{ inputs.version }}"
302+
# with:
303+
# ref: "v${{ inputs.version }}"
304304

305305
- run: corepack enable
306306
shell: bash
@@ -339,8 +339,8 @@ jobs:
339339
runs-on: ubuntu-latest
340340
steps:
341341
- uses: actions/checkout@v4
342-
with:
343-
ref: "v${{ inputs.version }}"
342+
# with:
343+
# ref: "v${{ inputs.version }}"
344344

345345
- name: Corepack
346346
run: corepack enable
@@ -376,8 +376,8 @@ jobs:
376376
runs-on: ubuntu-latest
377377
steps:
378378
- uses: actions/checkout@v4
379-
with:
380-
ref: "v${{ inputs.version }}"
379+
# with:
380+
# ref: "v${{ inputs.version }}"
381381

382382
- run: corepack enable
383383
shell: bash
@@ -593,8 +593,8 @@ jobs:
593593

594594
steps:
595595
- uses: actions/checkout@v4
596-
with:
597-
ref: "v${{ inputs.version }}"
596+
# with:
597+
# ref: "v${{ inputs.version }}"
598598

599599
- name: Corepack
600600
run: corepack enable

0 commit comments

Comments
 (0)