Update release.yml

This commit is contained in:
Ishan Jain 2022-10-20 17:16:11 +05:30 committed by GitHub
parent 1bd7b19df1
commit e5ca5782ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ jobs:
run: pip install pyyaml
- name: Validate version is published to Galaxy
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
- name: Release
uses: softprops/action-gh-release@v1