diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml new file mode 100644 index 0000000..f72f5df --- /dev/null +++ b/.gitea/workflows/publish.yml @@ -0,0 +1,16 @@ +name: Publish collection to Galagxy +on: + push: + branches: + - main + +jobs: + publish: + runs-on: ubuntu-24.04 + steps: + - run: apt install -y pipx + - run: pipx install ansible==12.3.0 --include-deps + - run: pipx inject ansible ansible-lint --include-apps + - uses: actions/checkout@v4 + - run: cd seb4itik/byow && ansible-galaxy collection build + - run: pwd diff --git a/seb4itik/byow/galaxy.yml b/seb4itik/byow/galaxy.yml index 153642c..4aab5a7 100644 --- a/seb4itik/byow/galaxy.yml +++ b/seb4itik/byow/galaxy.yml @@ -1,6 +1,6 @@ namespace: "seb4itik" name: "byow" -version: "0.1.1" +version: "0.1.2" readme: "README.md" authors: - "S. Namèche "