Skip to content

Commit

Permalink
fix: removing plugins and removing VERSION TAG logic, removing condit…
Browse files Browse the repository at this point in the history
…ion en commit and push and upgrate mix.exs step
  • Loading branch information
bbatist-ban committed Feb 27, 2024
1 parent 1d77153 commit 6106fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
working-directory: Elixir/Konex

- name: Upgrade mix.exs
if: ${{ ( env.COMMIT_PUSH == 'true' ) || ( env.PUBLISH_ARTIFACT == 'true' ) }}
if: ${{ ( env.COMMIT_PUSH == 'true' ) }}
run: sed -i 's/@version \".*\"/@version "${{ env.RELEASE_VERSION }}"/g' mix.exs
working-directory: Elixir/Konex

Expand Down

0 comments on commit 6106fb0

Please sign in to comment.