We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd7b19 commit e5ca578Copy full SHA for e5ca578
.github/workflows/release.yml
@@ -96,7 +96,7 @@ jobs:
96
run: pip install pyyaml
97
98
- 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
+ run: curl --head -s -f -o /dev/null https://galaxy.ansible.com/download/grafana-grafana-${{ github.event.inputs.version }}.tar.gz
100
101
- name: Release
102
uses: softprops/action-gh-release@v1
0 commit comments