We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b69dd commit 9d8ae40Copy full SHA for 9d8ae40
.github/workflows/release.yml
@@ -135,6 +135,8 @@ jobs:
135
target: aarch64-apple-darwin
136
steps:
137
- uses: actions/checkout@v5
138
+ with:
139
+ ref: ${{ github.ref_name }}
140
- uses: dtolnay/rust-toolchain@stable
141
with:
142
targets: ${{ matrix.target }}
@@ -168,6 +170,8 @@ jobs:
168
170
needs: [semantic-version, update-version, build-matrix]
169
171
172
173
174
175
176
177
targets: x86_64-apple-darwin,aarch64-apple-darwin
0 commit comments