Skip to content

Commit c64f41a

Browse files
committed
fix(ci): complete workflow fixes for unified release
2 parents 5c9f38d + eed005a commit c64f41a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/_build-and-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
steps:
4343
- name: Checkout code
4444
uses: actions/checkout@v6
45-
with:
46-
ref: ${{ inputs.release_tag }}
4745

4846
- name: Set up Python
4947
uses: actions/setup-python@v6
@@ -109,8 +107,6 @@ jobs:
109107
steps:
110108
- name: Checkout code
111109
uses: actions/checkout@v6
112-
with:
113-
ref: ${{ inputs.release_tag }}
114110

115111
- name: Set up Python
116112
uses: actions/setup-python@v6
@@ -168,8 +164,6 @@ jobs:
168164
steps:
169165
- name: Checkout code
170166
uses: actions/checkout@v6
171-
with:
172-
ref: ${{ inputs.release_tag }}
173167

174168
- name: Download all artifacts
175169
uses: actions/download-artifact@v7

0 commit comments

Comments
 (0)