Skip to content

Commit

Permalink
# ref:
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 20, 2024
1 parent 8913175 commit c1e1e45
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ jobs:
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v4
with:
ref: "v${{ inputs.version }}"
# with:
# ref: "v${{ inputs.version }}"

- name: Corepack
shell: bash
Expand Down Expand Up @@ -299,8 +299,8 @@ jobs:
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v4
with:
ref: "v${{ inputs.version }}"
# with:
# ref: "v${{ inputs.version }}"

- run: corepack enable
shell: bash
Expand Down Expand Up @@ -339,8 +339,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: "v${{ inputs.version }}"
# with:
# ref: "v${{ inputs.version }}"

- name: Corepack
run: corepack enable
Expand Down Expand Up @@ -376,8 +376,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: "v${{ inputs.version }}"
# with:
# ref: "v${{ inputs.version }}"

- run: corepack enable
shell: bash
Expand Down Expand Up @@ -593,8 +593,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: "v${{ inputs.version }}"
# with:
# ref: "v${{ inputs.version }}"

- name: Corepack
run: corepack enable
Expand Down

0 comments on commit c1e1e45

Please sign in to comment.