diff --git a/.github/workflows/release-hex.yaml b/.github/workflows/release-hex.yaml index e4faa6b3..397404a1 100644 --- a/.github/workflows/release-hex.yaml +++ b/.github/workflows/release-hex.yaml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c27428..f352ea0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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