Skip to content

Commit 59f51f1

Browse files
committed
Hotfix release action.
1 parent dcb15e4 commit 59f51f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
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 ./tribe29-checkmk-${{ steps.current_version.outputs.version }}.tar.gz
51+
run: ansible-galaxy collection install --no-deps ./tribe29-checkmk-${{ steps.current_version.outputs.version }}.tar.gz
5252

5353
- name: Compile Collection Changelog
5454
run: antsibull-changelog release

0 commit comments

Comments
 (0)