From 833acb3a6b100d337eb89cf5dff067eed673e4f8 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Tue, 6 Aug 2024 05:24:58 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8f213bdb..ce01516d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -93,10 +93,12 @@ jobs: shell: bash run: | # Get latest stable release. Return only first column from result (tag). - LAST_VERSION=$(gh release view --repo pulumi/pulumi-docker --json tagName -q .tagName) + LAST_VERSION=$(gh release view --repo pulumi/pulumi-docker --json tagName -q .tagName || echo "No stable release" ) { echo 'summary<> "$GITHUB_OUTPUT" - name: Upload Provider Binaries