From e17b54588d55563af1d026fab686efd18f207ddb Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Sat, 24 Aug 2024 05:31:17 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .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 8e6d9fd..80a42cf 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 }} @@ -114,10 +120,3 @@ jobs: - dotnet - go - java - -name: release -on: - push: - tags: - - v*.*.* - - "!v*.*.*-**"