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*.*.*-**"