We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf383af commit 16584f8Copy full SHA for 16584f8
.github/workflows/release.yml
@@ -1,12 +1,12 @@
1
---
2
-name: Release the ansible collection
3
-on:
+name: "Release collection"
+on: # yamllint disable-line rule:truthy
4
release:
5
types: [published]
6
7
jobs:
8
9
- uses: ansible/devtools/.github/workflows/release_collection.yml@main
+ uses: ansible/ansible-content-actions/.github/workflows/release.yaml@main
10
with:
11
environment: release
12
secrets:
0 commit comments