Skip to content

Commit

Permalink
fix: release process
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Dec 31, 2024
1 parent e2bc9c0 commit 9cafaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Update version in mix.exs
if: env.should-release == 'true'
run: |
sed -i '' 's/@version ".*"/@version "${{ steps.next-version.outputs.NEXT_VERSION }}"/' mix.exs
sed -i 's/@version ".*"/@version "${{ steps.next-version.outputs.NEXT_VERSION }}"/' mix.exs
git add mix.exs
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 9cafaf3

Please sign in to comment.