diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bafd127d..f069f028 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 }} @@ -117,10 +123,3 @@ jobs: - dotnet - go - java - -name: release -on: - push: - tags: - - v*.*.* - - "!v*.*.*-**"