From dd6a02f04eccfb37be310cf6e495c7845a075de1 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:10:28 +0100 Subject: [PATCH] [internal] Update GitHub Actions workflow files (#365) --- .github/workflows/release.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0d425ee..ad39b28f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,4 @@ # 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 }} @@ -120,3 +114,10 @@ jobs: - dotnet - go - java + +name: release +on: + push: + tags: + - v*.*.* + - "!v*.*.*-**"