Skip to content

Commit 263f10a

Browse files
committed
elixir: Fix release process
1 parent 9114562 commit 263f10a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release-hex.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- name: Install Protoc
2525
uses: arduino/setup-protoc@v1
2626

27+
- name: Run Tests
28+
run: make
29+
working-directory: elixir
30+
2731
- name: Publish to hex.pm
2832
uses: cucumber/[email protected]
2933
with:

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9-
9+
### Fixed
10+
- [Elixir] Fix release process
11+
-
1012
## [27.0.1] - 2024-11-15
1113
### Fixed
1214
- [Elixir] Restored test and release process

0 commit comments

Comments
 (0)