We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7fdde commit b7a4979Copy full SHA for b7a4979
.github/workflows/release.yml
@@ -45,6 +45,7 @@ jobs:
45
tag_name: ${{ github.ref }}
46
release_name: ${{ github.ref }}
47
- uses: actions/upload-release-asset@v1
48
+ id: upload-plugin-asset
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
with:
@@ -53,6 +54,7 @@ jobs:
53
54
asset_name: ${{ env.GRAFANA_PLUGIN_ARTIFACT }}
55
asset_content_type: application/zip
56
57
+ id: upload-plugin-checksum-asset
58
59
60
0 commit comments