From 74d888d2a775573a255a46ed7433d779b870aba7 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 8 Apr 2024 12:11:17 +0200 Subject: [PATCH] don't make publish, we don't have that set up for this collection --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d426033..ac8eff0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,6 @@ jobs: run: pip install --upgrade ansible - 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@v2 with: