@grafana/create-plugin 4.16.1 → 4.16.2-canary.1001.ebc5fe7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "4.16.1",
3
+ "version": "4.16.2-canary.1001.ebc5fe7.0",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -87,5 +87,5 @@
87
87
  "engines": {
88
88
  "node": ">=20"
89
89
  },
90
- "gitHead": "6589e93110b9d7c1e3e738d1653e9cd9654c5381"
90
+ "gitHead": "ebc5fe717af42b07ed4d2ca18ce57ca398bf524a"
91
91
  }
@@ -143,7 +143,6 @@ jobs:
143
143
  - uses: actions/checkout@v4
144
144
 
145
145
  - name: Download plugin
146
- if: needs.build.outputs.has-backend == 'true'
147
146
  uses: actions/download-artifact@v4
148
147
  with:
149
148
  path: dist
@@ -152,7 +151,7 @@ jobs:
152
151
  - name: Execute permissions on binary
153
152
  if: needs.build.outputs.has-backend == 'true'
154
153
  run: |
155
- chmod +x ./dist/gpx_cicd_linux_amd64
154
+ chmod +x ./dist/gpx_*
156
155
 
157
156
  {{#if_eq packageManagerName "pnpm"}}
158
157
  # pnpm action uses the packageManager field in package.json to
@@ -203,7 +202,7 @@ jobs:
203
202
  name: $\{{ matrix.GRAFANA_IMAGE.NAME }}-v$\{{ matrix.GRAFANA_IMAGE.VERSION }}-$\{{github.run_id}}-server-log
204
203
  path: grafana-server.log
205
204
  retention-days: 5
206
-
205
+
207
206
  # Uncomment this step to upload the Playwright report to Github artifacts.
208
207
  # If your repository is public, the report will be public on the Internet so beware not to expose sensitive information.
209
208
  # - name: Upload artifacts