We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee01b4 commit cd02137Copy full SHA for cd02137
.github/workflows/changelog.yml
@@ -1,3 +1,9 @@
1
+name: Update Changelog
2
+
3
+on:
4
+ release:
5
+ types: [released]
6
7
jobs:
8
release:
9
if: startsWith(github.ref, 'refs/tags/')
0 commit comments