Skip to content

Commit 1690006

Browse files
committed
fix step name
1 parent a8f4c10 commit 1690006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
1717
- uses: actions/checkout@v2
1818

19-
- name: Injecting a dynamic Collection version
19+
- name: Build and publish a collection
2020
uses: artis3n/ansible_galaxy_collection@v2
2121
with:
2222
api_key: '${{ secrets.GALAXY_API_KEY }}'

0 commit comments

Comments
 (0)