Skip to content

Commit f0092d1

Browse files
committed
Hotfix release.yml.
1 parent 7ebc828 commit f0092d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: ansible-galaxy collection build build/src --force
4949

5050
- name: Install Ansible Collection
51-
run: ansible-galaxy collection install --no-deps ./checkmk-general${{ steps.current_version.outputs.version }}.tar.gz
51+
run: ansible-galaxy collection install --no-deps ./checkmk-general-${{ steps.current_version.outputs.version }}.tar.gz
5252

5353
- name: Compile Collection Changelog
5454
run: antsibull-changelog release
@@ -99,7 +99,7 @@ jobs:
9999
prerelease: false
100100
name: v${{ steps.current_version.outputs.version }}
101101
tag_name: v${{ steps.current_version.outputs.version }}
102-
files: checkmk-general${{ steps.current_version.outputs.version }}.tar.gz
102+
files: checkmk-general-${{ steps.current_version.outputs.version }}.tar.gz
103103
body: |
104104
# Ansible Collection: checkmk.general
105105
@@ -108,4 +108,4 @@ jobs:
108108
For a detailed changelog, refer to the [CHANGELOG](https://github.com/Checkmk/ansible-collection-checkmk.general/blob/main/CHANGELOG.rst).
109109
110110
- name: Publish Ansible Collection to the Galaxy
111-
run: ansible-galaxy collection publish checkmk-general${{ steps.current_version.outputs.version }}.tar.gz --api-key ${{ secrets.GALAXY_API_KEY }}
111+
run: ansible-galaxy collection publish checkmk-general-${{ steps.current_version.outputs.version }}.tar.gz --api-key ${{ secrets.GALAXY_API_KEY }}

0 commit comments

Comments
 (0)