Skip to content

Commit 91bbd84

Browse files
authored
Fix go releaser workflow (#219)
1 parent 20bd1cf commit 91bbd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-go-auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
GORELEASER_CONFIG="../.configs/.github/goreleaser.yml"
170170
fi
171171
172-
if [[ "${{ inputs.draft }}" == "true" ] && [ -f .goreleaser.draft.yml ]]; then
172+
if [[ "${{ inputs.draft }}" == "true" && -f .goreleaser.draft.yml ]]; then
173173
echo 'Go releaser draft config exists and this is draft mode'
174174
GORELEASER_CONFIG="./.goreleaser.draft.yml"
175175
fi

0 commit comments

Comments
 (0)