2 Commits

Author SHA1 Message Date
kewl fft
fe050018db galaxy version updated to 0.11.1 2023-07-08 19:37:19 +01:00
kewl fft
326836ddbe galaxy version updated 2023-07-08 19:36:22 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -25,10 +25,10 @@ jobs:
[ "$(cat galaxy.yml | grep version: | awk '{print $2}')" = $(awk -F '/' '{print substr($3, 2)}' <<< ${GITHUB_REF}) ] || exit 1
echo ::set-output name=version::$(awk -F '/' '{print substr($3, 2)}' <<< ${GITHUB_REF})
- name: "Set up Python 3.9"
- name: "Set up Python"
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.11"
- name: Generate cache keys
id: keys

View File

@@ -8,7 +8,7 @@ namespace: kewlfft
name: aur
# The version of the collection. Must be compatible with semantic versioning
version: 0.10.0
version: 0.11.1
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md