Skip to content

Commit 89d0608

Browse files
committed
[IDE-1660] Use real version
1 parent a38e446 commit 89d0608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
--volume "$PWD:$PWD" \
5151
--volume /var/run/docker.sock:/var/run/docker.sock \
5252
--entrypoint tail \
53-
ghcr.io/launchdarkly/goreleaser-cross:v1.24.2-pr-23 \
53+
ghcr.io/launchdarkly/goreleaser-cross:v1.24.2 \
5454
-f /dev/null
5555
)"
5656
echo "CONTAINER_ID=$CONTAINER_ID" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)