Skip to content

Commit

Permalink
BLD: Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen authored Sep 25, 2024
2 parents cf9a2a7 + 3c26b50 commit 454dbf5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: release

# on:
# workflow_run:
# workflows:
# - build
# branches: [main]
# types:
# - completed
on:
workflow_run:
workflows:
- build
branches: [main]
types:
- completed

jobs:
tag-release:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.23.0 - 2024-09-24
## 0.23.0 - 2024-09-25

### Enhancements
- Added new `Cmbp1Msg`
Expand Down

0 comments on commit 454dbf5

Please sign in to comment.