diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ecc6d7..733d1d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Molecule Tests atuin client +name: Build and release collection to galaxy on: push: @@ -9,6 +9,8 @@ jobs: deploy_to_galaxy: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 - name: Deploy Ansible Galaxy Collection uses: artis3n/ansible_galaxy_collection@v2 with: