Skip to content

Commit e5ca578

Browse files
authored
Update release.yml
1 parent 1bd7b19 commit e5ca578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: pip install pyyaml
9797

9898
- name: Validate version is published to Galaxy
99-
run: curl --head -s -f -o /dev/null https://galaxy.ansible.com/download/grafana-grafana${{ github.event.inputs.version }}.tar.gz
99+
run: curl --head -s -f -o /dev/null https://galaxy.ansible.com/download/grafana-grafana-${{ github.event.inputs.version }}.tar.gz
100100

101101
- name: Release
102102
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)