Skip to content

Commit 643d0e7

Browse files
authored
fix: trigger Maven deploy on release-please published events (#1966)
## Summary - Add `release: published` trigger to the deploy workflow so it fires when release-please creates a GitHub Release (the existing `push: tags` trigger doesn't fire because release-please uses `GITHUB_TOKEN` via the API) - Remove unused `.github/release.yml` (release notes config that was never applied — release-please supplies its own changelog) ## Test plan - [x] Manually re-triggered v1.6.0 deploy by re-pushing the tag - [ ] Next release-please release should automatically trigger the deploy Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent c77112b commit 643d0e7

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.github/release.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
tags:
77
- "v*.*.*"
8+
release:
9+
types:
10+
- published
811

912
jobs:
1013
deploy:

0 commit comments

Comments
 (0)