From 3e779e933a953abf74703fc617afb041388062d3 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:34:01 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#612) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 4a65e6eff3992cd55e1328a125702b1e7d18eb13. --- .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 f886101dd..5c386a69d 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-datadog --json tagName -q .tagName) + LAST_VERSION=$(gh release view --repo pulumi/pulumi-datadog --json tagName -q .tagName || echo "No stable release" ) { echo 'summary<> "$GITHUB_OUTPUT" - name: Upload Provider Binaries