Skip to content

Commit

Permalink
fix: test for COMMIT_PUSH in false but PUBLISH_ARTIFACT in false
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Feb 27, 2024
1 parent a4e4d9c commit be33f99
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 @@ -91,7 +91,7 @@ jobs:
run: sed -i 's/@version \".*\"/@version "${{ env.RELEASE_VERSION }}"/g' mix.exs
working-directory: Elixir/Konex

# testing, qorking but we need to prevent next run
# testing, qorking but we need to prevent next run
- name: Commit And Push version
if: ${{ ( env.COMMIT_PUSH == 'true' ) }}
uses: github-actions-x/[email protected]
Expand Down

0 comments on commit be33f99

Please sign in to comment.