Skip to content

Commit 16584f8

Browse files
authored
Update release.yml
1 parent bf383af commit 16584f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
name: Release the ansible collection
3-
on:
2+
name: "Release collection"
3+
on: # yamllint disable-line rule:truthy
44
release:
55
types: [published]
66

77
jobs:
88
release:
9-
uses: ansible/devtools/.github/workflows/release_collection.yml@main
9+
uses: ansible/ansible-content-actions/.github/workflows/release.yaml@main
1010
with:
1111
environment: release
1212
secrets:

0 commit comments

Comments
 (0)