We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1d9db commit 3b754bcCopy full SHA for 3b754bc
.github/workflows/release.yml
@@ -8,6 +8,7 @@ jobs:
8
release:
9
if: github.ref_type == 'tag'
10
name: Release
11
+ needs: [build]
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/download-artifact@v4
0 commit comments