From ac9443b9a6f3399b5a3c5adde00c9675cf12b322 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Sat, 24 Aug 2024 05:23:44 +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 9bbc31f0..c56b5037 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: FASTLY_API_KEY: ${{ secrets.FASTLY_API_KEY }} @@ -113,10 +119,3 @@ jobs: - dotnet - go - java - -name: release -on: - push: - tags: - - v*.*.* - - "!v*.*.*-**"