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: