mirror of
https://github.com/Infisical/ansible-collection.git
synced 2025-04-05 10:10:32 -07:00
Test release
This commit is contained in:
parent
29d09a401d
commit
324514d92e
2 changed files with 19 additions and 15 deletions
9
.github/workflows/distribute.yaml
vendored
9
.github/workflows/distribute.yaml
vendored
|
@ -3,6 +3,7 @@ name: Deploy Collection
|
||||||
|
|
||||||
# Trigger the workflow however you prefer
|
# Trigger the workflow however you prefer
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
@ -12,10 +13,12 @@ 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
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ ansible.cfg
|
||||||
inventory
|
inventory
|
||||||
test.yml
|
test.yml
|
||||||
__pycache__
|
__pycache__
|
||||||
|
infisical-vault-1.0.0.tar.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue