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.
2 parents cf9a2a7 + 3c26b50 commit 454dbf5Copy full SHA for 454dbf5
.github/workflows/release.yaml
@@ -1,12 +1,12 @@
1
name: release
2
3
-# on:
4
-# workflow_run:
5
-# workflows:
6
-# - build
7
-# branches: [main]
8
-# types:
9
-# - completed
+on:
+ workflow_run:
+ workflows:
+ - build
+ branches: [main]
+ types:
+ - completed
10
11
jobs:
12
tag-release:
CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## 0.23.0 - 2024-09-24
+## 0.23.0 - 2024-09-25
### Enhancements
- Added new `Cmbp1Msg`
0 commit comments