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