mirror of
https://github.com/Infisical/ansible-collection.git
synced 2025-04-03 17:20:32 -07:00
Update distribute.yaml
This commit is contained in:
parent
59f556f769
commit
3f11722a9d
1 changed files with 3 additions and 7 deletions
10
.github/workflows/distribute.yaml
vendored
10
.github/workflows/distribute.yaml
vendored
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue