Skip to content

Commit b7a4979

Browse files
committed
ci release: add missing IDs
1 parent 3e7fdde commit b7a4979

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
tag_name: ${{ github.ref }}
4646
release_name: ${{ github.ref }}
4747
- uses: actions/upload-release-asset@v1
48+
id: upload-plugin-asset
4849
env:
4950
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5051
with:
@@ -53,6 +54,7 @@ jobs:
5354
asset_name: ${{ env.GRAFANA_PLUGIN_ARTIFACT }}
5455
asset_content_type: application/zip
5556
- uses: actions/upload-release-asset@v1
57+
id: upload-plugin-checksum-asset
5658
env:
5759
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5860
with:

0 commit comments

Comments
 (0)