Skip to content

Commit b50fa3a

Browse files
chore(main): release publish-report 1.0.3
1 parent 8e19900 commit b50fa3a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"package-plugin": "1.0.2",
99
"playwright-gh-pages/deploy-report-pages": "1.0.2",
1010
"playwright-gh-pages/upload-report-artifacts": "1.0.1",
11-
"publish-report": "1.0.2",
11+
"publish-report": "1.0.3",
1212
"wait-for-grafana": "1.0.2"
1313
}

publish-report/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/grafana/plugin-actions/compare/publish-report/v1.0.2...publish-report/v1.0.3) (2025-10-28)
4+
5+
6+
### 🔧 Chores
7+
8+
* **deps:** update google-github-actions/auth action to v2.1.13 ([#142](https://github.com/grafana/plugin-actions/issues/142)) ([f255629](https://github.com/grafana/plugin-actions/commit/f25562922beb611eda934d09f328b818663fc8be))
9+
* **deps:** update google-github-actions/auth action to v3 ([#166](https://github.com/grafana/plugin-actions/issues/166)) ([ec365ea](https://github.com/grafana/plugin-actions/commit/ec365eabd6b73eb857de4eac36020f6bace852b2))
10+
* **deps:** update google-github-actions/setup-gcloud action to v2.2.1 ([#154](https://github.com/grafana/plugin-actions/issues/154)) ([8257169](https://github.com/grafana/plugin-actions/commit/825716938f823d86579635d4146f1cb0779c9e2a))
11+
312
## [1.0.2](https://github.com/grafana/plugin-actions/compare/publish-report/v1.0.1...publish-report/v1.0.2) (2025-08-04)
413

514

publish-report/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A Playwright report is only generated in case Playwright tests were executed, so
2525
```yml
2626
- name: Publish report to GCS
2727
if: ${{ (always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure') && github.event.organization.login == 'grafana' }}
28-
uses: grafana/plugin-actions/publish-report@publish-report/v1.0.2
28+
uses: grafana/plugin-actions/publish-report@publish-report/v1.0.3
2929
with:
3030
grafana-version: ${{ matrix.GRAFANA_IMAGE.VERSION }}
3131
```
@@ -35,7 +35,7 @@ with:
3535
```yml
3636
- name: Publish report to GCS
3737
if: ${{ (always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure') && github.event.organization.login == 'grafana' }}
38-
uses: grafana/plugin-actions/publish-report@publish-report/v1.0.2
38+
uses: grafana/plugin-actions/publish-report@publish-report/v1.0.3
3939
with:
4040
grafana-version: ${{ matrix.GRAFANA_IMAGE.VERSION }}
4141
directory: packages/grafana-datasource/playwright-report/

0 commit comments

Comments
 (0)