From 5d997f9a6c0d93f30cf71f1d50bfb522baf89fc2 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 8 Sep 2023 15:47:22 +0200 Subject: [PATCH] make release workflow work for satellite collection --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81708648..1b92a21e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: release on: push: - branches-ignore: - - '**' + tags: + - '[0-9]+.[0-9]+.[0-9]+' concurrency: group: ${{ github.ref_name }}-${{ github.workflow }} @@ -23,8 +23,6 @@ jobs: run: pip install --upgrade ansible py - name: Build Ansible Collection run: make dist - - name: Deploy Ansible Collection - run: make publish GALAXY_API_KEY=${{ secrets.GALAXY_API_KEY }} - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: