Skip to content

Commit

Permalink
fix: testing complete flow with enviroment variable and secrets 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Feb 27, 2024
1 parent d8e1712 commit f8a64d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ jobs:
# force-add: "true"
# files: mix.exs
# name: Release Bot
# email: release-bot@bancolombia.com.co
# email: bbatist@bancolombia.com.co

# - name: Publish to HEX
# if: ${{ ( env.PUBLISH_ARTIFACT == 'true' ) && ( env.RELEASE_VERSION != '' ) }}
# run: mix hex.publish --replace --yes
# working-directory: Elixir/Konex
# env:
# HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
- name: Publish to HEX
if: ${{ ( env.PUBLISH_ARTIFACT == 'true' ) && ( env.RELEASE_VERSION != '' ) }}
run: mix hex.publish --replace --yes
working-directory: Elixir/Konex
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 comments on commit f8a64d6

Please sign in to comment.