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