Skip to content

Commit

Permalink
elixir: Fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Nov 15, 2024
1 parent 9114562 commit 263f10a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release-hex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v1

- name: Run Tests
run: make
working-directory: elixir

- name: Publish to hex.pm
uses: cucumber/action-publish-hex@v1.0.0
with:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Fixed
- [Elixir] Fix release process
-
## [27.0.1] - 2024-11-15
### Fixed
- [Elixir] Restored test and release process
Expand Down

0 comments on commit 263f10a

Please sign in to comment.