Skip to content

Commit 8a528ef

Browse files
committed
ci: fix
1 parent 982e915 commit 8a528ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
echo "BINARY_NAME=$(cargo metadata --offline --no-deps --format-version=1 | jq -r '.packages[].targets[] | select(.kind | map(. == "bin") | any ) | .name')" >> $GITHUB_OUTPUT
4040
4141
create-tag:
42+
needs: [env]
4243
runs-on: ubuntu-latest
4344
permissions:
4445
contents: write

0 commit comments

Comments
 (0)