Fix sanity
parent
dadc33dc55
commit
0c988dbb38
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
name: Publish
|
name: Publish
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types:
|
||||||
|
- created
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|
|
@ -9,4 +9,5 @@ readme: README.md
|
||||||
repository: https://github.com/ansible-collections/ansible.utils
|
repository: https://github.com/ansible-collections/ansible.utils
|
||||||
tags: [networking, security, cloud, utilities, data, validation]
|
tags: [networking, security, cloud, utilities, data, validation]
|
||||||
# this will be updated by a gh action prior to push
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue