From 3f11722a9d978316cb527b1a0e343641c1239201 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Fri, 26 Apr 2024 06:36:42 +0200 Subject: [PATCH] Update distribute.yaml --- .github/workflows/distribute.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/distribute.yaml b/.github/workflows/distribute.yaml index 6d63dc6..4ab2bf3 100644 --- a/.github/workflows/distribute.yaml +++ b/.github/workflows/distribute.yaml @@ -1,9 +1,7 @@ --- name: Deploy Collection -# Trigger the workflow however you prefer on: - workflow_dispatch: release: types: - published @@ -13,12 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - # - name: Get the version name from the tags - # run: echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV + - name: Get the version name from the tags + run: echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV - name: Build and Deploy Collection uses: artis3n/ansible_galaxy_collection@v2 with: api_key: "${{ secrets.GALAXY_API_KEY }}" - # galaxy_version: "${{ env.RELEASE_VERSION }}" - galaxy_version: "1.0.0" # Testing - # publish: false # Testing + galaxy_version: "${{ env.RELEASE_VERSION }}"