Skip to content

Commit f43bcc5

Browse files
committed
Generate the release changelog, after the release was created by the neo4j build server
1 parent 17ffa86 commit f43bcc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-changelog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build release changelog
22

33
on:
4-
push:
5-
tags :
6-
- '*'
4+
release:
5+
types:
6+
- published
77
jobs:
88
build:
99
name: Build Changelog

0 commit comments

Comments
 (0)