Skip to content

Commit

Permalink
Merge branch 'main' into Issue-214_Update_schedule_ActiveStartTime
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisDBA authored Jan 25, 2024
2 parents 1c6a525 + cf0e221 commit b76e52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

- name: Install PyYaml
run: pip install pyyaml

- name: Publish to Galaxy
uses: artis3n/ansible_galaxy_collection@v2.9.0
uses: artis3n/ansible_galaxy_collection@v2.10.1
with:
api_key: ${{ secrets.GALAXY_API_KEY }}

Expand Down

0 comments on commit b76e52e

Please sign in to comment.