You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -113,19 +113,3 @@ jobs:
113
113
files: |
114
114
./${{ steps.metadata.outputs.archive }}
115
115
./${{ steps.metadata.outputs.archive-checksum }}
116
-
body: |
117
-
**This Github draft release has been created for your plugin.**
118
-
119
-
_Note: if this is the first release for your plugin please consult the [distributing-your-plugin section](https://github.com/${{github.repository}}/blob/main/README.md#distributing-your-plugin) of the README_
120
-
121
-
If you would like to submit this release to Grafana please consider the following steps:
122
-
123
-
- Check the Validate plugin step in the [release workflow](https://github.com/${{github.repository}}/commit/${{github.sha}}/checks/${{github.run_id}}) for any warnings that need attention
124
-
- Navigate to https://grafana.com/auth/sign-in/ to sign into your account
125
-
- Once logged in click **My Plugins** in the admin navigation
126
-
- Click the **Submit Plugin** button
127
-
- Fill in the Plugin Submission form:
128
-
- Paste this [.zip asset link](https://github.com/${{ github.repository }}/releases/download/v${{ steps.metadata.outputs.plugin-version }}/${{ steps.metadata.outputs.archive }}) in the Plugin URL field
129
-
- Paste this [.zip.md5 link](https://github.com/${{ github.repository }}/releases/download/v${{ steps.metadata.outputs.plugin-version }}/${{ steps.metadata.outputs.archive-checksum }}) in the MD5 field
130
-
131
-
Once done please remove these instructions and publish this release.
0 commit comments