Skip to content

Commit 01a386c

Browse files
committed
chore: fix platforms
Signed-off-by: Kim Ebert <[email protected]>
1 parent 9c477c8 commit 01a386c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
env:
8-
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64,linux/386'' }}
8+
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64,linux/386' }}
99

1010
# Ensure only the most recent workflow runs.
1111
concurrency:

0 commit comments

Comments
 (0)