Skip to content

Commit

Permalink
Merge pull request #285 from staticdev/deps/staticdev.pyenv-2.10.2
Browse files Browse the repository at this point in the history
staticdev.pyenv 2.10.2
  • Loading branch information
staticdev authored Nov 18, 2023
2 parents 1f17df3 + 4e4e57f commit 5293ffa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
pip install --constraint=.github/workflows/constraints.txt ansible
- name: Trigger a new import on Galaxy.
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
run: >-
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
- name: Publish the release notes
uses: release-drafter/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ galaxy_info:

dependencies:
- name: staticdev.pyenv
version: 2.10.1
version: 2.10.2
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
roles:
- name: staticdev.pyenv
version: 2.10.1
version: 2.10.2

0 comments on commit 5293ffa

Please sign in to comment.