File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments