Skip to content

Commit 9f6cc11

Browse files
committed
fix: use correct job name in release workflow
1 parent 9664ed3 commit 9f6cc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
name: Upload to release
3030
if: ${{ success() && startsWith(github.ref, 'refs/tags') }}
31-
needs: out
31+
needs: build
3232
steps:
3333
- name: Download built artifacts
3434
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)