diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 502b47b96e..977bd4d1a1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -86,10 +86,12 @@ jobs: shell: bash run: | # Get latest stable release. Return only first column from result (tag). - LAST_VERSION=$(gh release view --repo pulumi/pulumi-gcp --json tagName -q .tagName) + LAST_VERSION=$(gh release view --repo pulumi/pulumi-gcp --json tagName -q .tagName || echo "No stable release" ) { echo 'summary<> "$GITHUB_OUTPUT" - name: Upload Provider Binaries