diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8f9f513..cf9e7bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,8 @@ - name: Publish on: release: - types: [created] + types: + - created jobs: publish: diff --git a/galaxy.yml b/galaxy.yml index 0b8f8bf..aeaa9b1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,4 +9,5 @@ readme: README.md repository: https://github.com/ansible-collections/ansible.utils tags: [networking, security, cloud, utilities, data, validation] # this will be updated by a gh action prior to push -version: {{ version }} +# do not modify, see /github/workflows/publish.yml +version: 0.0.0