From d1a32751488c4a81ea2ecc373beb174e75bcc3a5 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 3 Aug 2021 09:08:30 +0100 Subject: [PATCH] Minor workflow fixes (#50) --- .github/release-drafter.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d9867b5..ee281fb 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,6 @@ # Format and labels used aim to match those used by Ansible project -name-template: 'v$RESOLVED_VERSION' -tag-template: 'v$RESOLVED_VERSION' +name-template: '$RESOLVED_VERSION' +tag-template: '$RESOLVED_VERSION' categories: - title: 'Major Changes' labels: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9bb637..d63d5b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: release on: release: - types: [published, created, edited] + types: [published] jobs: pypi: