Skip to content

Commit 5cbcfaa

Browse files
committed
fix: temporary fix
1 parent 2ae6b55 commit 5cbcfaa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353

5454
release-binaries:
5555
needs: release
56-
if: needs.release.outputs.published == 'true'
5756
name: Build binaries for ${{matrix.target}}
5857
runs-on: ${{matrix.runner}}
5958
env:
@@ -149,7 +148,6 @@ jobs:
149148
- name: Upload artifact (development only)
150149
id: upload-artifact
151150
uses: actions/upload-artifact@v4
152-
if: needs.release.outputs.published != 'true'
153151
with:
154152
name: ${{ steps.package-artifact.outputs.archive }}
155153
path: generated/${{ steps.package-artifact.outputs.archive }}
@@ -167,7 +165,6 @@ jobs:
167165
https://api.github.com/repos/${{ github.repository }}/releases/tags/v${{ env.PUBLISHED_VERSION }} | jq '.id')" >> "$GITHUB_OUTPUT"
168166
169167
- name: Upload release asset
170-
if: needs.release.outputs.published == 'true'
171168
shell: bash
172169
env:
173170
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)