Skip to content

Commit

Permalink
Merge branch 'main' into sync-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki authored Jul 21, 2023
2 parents 322ca71 + 2347b93 commit 58bb54e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
ref: ${{ inputs.tag }}

- name: Download wing vendor
run: |
Expand All @@ -40,6 +41,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.tag }}

- uses: pnpm/action-setup@v2
with:
Expand Down Expand Up @@ -126,6 +129,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.tag }}
fetch-depth: 0

- name: Get the version
Expand Down

0 comments on commit 58bb54e

Please sign in to comment.