From 222428d7aed50c2815b5367812e7fd0ad7b73454 Mon Sep 17 00:00:00 2001 From: ypoplavs Date: Tue, 16 Jul 2024 15:51:40 +0300 Subject: [PATCH] test sandbox --- .github/workflows/sandbox.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sandbox.yaml b/.github/workflows/sandbox.yaml index 77fc711e9c2..c0aa7d4df57 100644 --- a/.github/workflows/sandbox.yaml +++ b/.github/workflows/sandbox.yaml @@ -51,6 +51,8 @@ jobs: # Replace slashes with dashes using sed echo branch_identifier=$(echo "$branch_identifier" | sed 's/\//-/g') >> $GITHUB_ENV + echo "test" + - name: Release uses: goreleaser/goreleaser-action@v6 with: