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 3fd7aaa commit 83d068fCopy full SHA for 83d068f
.github/workflows/publish.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
tag: ${{ inputs.tag }}
30
build:
31
+ needs: ['build-lbox']
32
runs-on: ubuntu-latest
33
outputs:
34
hashes: ${{ steps.hash.outputs.hashes }}
0 commit comments