Update distribute.yaml

This commit is contained in:
Daniel Hougaard 2024-04-26 06:36:42 +02:00
parent 59f556f769
commit 3f11722a9d

View file

@ -1,9 +1,7 @@
--- ---
name: Deploy Collection name: Deploy Collection
# Trigger the workflow however you prefer
on: on:
workflow_dispatch:
release: release:
types: types:
- published - published
@ -13,12 +11,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
# - name: Get the version name from the tags - name: Get the version name from the tags
# run: echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV run: echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Build and Deploy Collection - name: Build and Deploy Collection
uses: artis3n/ansible_galaxy_collection@v2 uses: artis3n/ansible_galaxy_collection@v2
with: with:
api_key: "${{ secrets.GALAXY_API_KEY }}" api_key: "${{ secrets.GALAXY_API_KEY }}"
# galaxy_version: "${{ env.RELEASE_VERSION }}" galaxy_version: "${{ env.RELEASE_VERSION }}"
galaxy_version: "1.0.0" # Testing
# publish: false # Testing