From b5625bf26e4a18bb6c68379875b674313e10df30 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Tue, 6 Aug 2024 06:04:14 +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 7a0d23b..cf225de 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -80,10 +80,12 @@ jobs: shell: bash run: | # Get latest stable release. Return only first column from result (tag). - LAST_VERSION=$(gh release view --repo pulumi/pulumi-xyz --json tagName -q .tagName) + LAST_VERSION=$(gh release view --repo pulumi/pulumi-xyz --json tagName -q .tagName || echo "No stable release" ) { echo 'summary<> "$GITHUB_OUTPUT" - name: Upload Provider Binaries