Skip to content

Commit

Permalink
Update GetDownloadCount.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shupershuff authored Sep 12, 2024
1 parent be60408 commit 2b13619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GetDownloadCount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
"schemaVersion": 1,
"label": "Downloads",
"Version":"'${{ steps.fetch_downloads.outputs.release_with_max_downloads }}'",
"DownloadCount":'${{ steps.fetch_downloads.outputs.download_count }}',
"DownloadCount":"'${{ steps.fetch_downloads.outputs.download_count }}'",
"color": "blue"
}' > .github/max-release-download-count.json
Expand Down

0 comments on commit 2b13619

Please sign in to comment.