Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
Fix leftover copy paste string

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
  • Loading branch information
ygalblum committed Jan 29, 2024
1 parent fe9f24e commit 9673c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: vers

- name: Install collection
run: ansible-galaxy collection install ./infra-lvm_snapshots-${{ steps.vers.outputs.NUM }}.tar.gz -p /home/runner/collections
run: ansible-galaxy collection install ./eclipse_bluechi-bluechi-${{ steps.vers.outputs.NUM }}.tar.gz -p /home/runner/collections
shell: bash
working-directory: ${{ vars.GITHUB_PATH }}

Expand Down

0 comments on commit 9673c99

Please sign in to comment.