From 6f0d9bb8c79d73125e531cf20eff1075681f005e Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Sat, 24 Aug 2024 06:58:07 +0100 Subject: [PATCH] Update GitHub Actions workflows. (#541) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 8ae2fc7de5ca66ba646b22fbaa7514f9f484bff9. --- .github/workflows/release.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 802756513..80f1e0e60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,10 @@ # WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt +name: release +on: + push: + tags: + - v*.*.* + - "!v*.*.*-**" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -116,10 +122,3 @@ jobs: - dotnet - go - java - -name: release -on: - push: - tags: - - v*.*.* - - "!v*.*.*-**"