Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 77d87d6

Browse files
committed
Turn back version
1 parent b4c5e4c commit 77d87d6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ jobs:
4545
pip install --constraint=.github/workflows/constraints.txt ansible
4646
4747
- name: Trigger a new import on Galaxy.
48+
# --role-name is a workaround for ongoing
49+
# https://forum.ansible.com/t/ansible-galaxy-s-role-import-enhancements-and-fixes-for-the-new-year/3206/9
4850
run: >-
49-
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
51+
ansible-galaxy role import --role-name=python_developer --api-key ${{ secrets.GALAXY_API_KEY }}
5052
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
5153
5254
- name: Publish the release notes

current-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.0.0

0 commit comments

Comments
 (0)