From 72a20641cd15768f391034da1fe3811d8006d2f1 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 13 Apr 2023 12:42:10 +0100 Subject: [PATCH] enable publish to galaxy (#46) * Update release.yml * Update galaxy.yml --- .github/workflows/release.yml | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98f0e9c..2754238 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: echo "COLLECTION_ARCHIVE=$(ls $PWD/*tar.gz)" >> $GITHUB_ENV #GITHUB_ENV update is only available in subsequent runs export collection_archive=`ls $PWD/*tar.gz` - #ansible-galaxy collection publish --token "${{ secrets.GALAXY_TOKEN }}" -c -vvv $collection_archive + ansible-galaxy collection publish --token "${{ secrets.GALAXY_TOKEN }}" -c -vvv $collection_archive - name: Create GitHub Release uses: marvinpinto/action-automatic-releases@latest with: diff --git a/galaxy.yml b/galaxy.yml index 9402d61..6bb19bb 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,7 +11,7 @@ name: spm_middleware # The version of the collection. Must be compatible with semantic versioning # Please note. version also exists in /github/workflows/release.yml and will need to be update also -version: 1.2.0 +version: 1.2.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md