Skip to content

Commit

Permalink
Update publish-mix-hex-release.yml (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannaegele authored Sep 23, 2024
1 parent 82b5f42 commit e677958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-mix-hex-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
env:
HEX_API_KEY: ${{ secrets.OTEL_HEX_KEY }}
run: |
rebar3 upgrade
rebar3 update
rebar3 hex publish --dry-run --yes
- name: "Open a Version Update PR"
Expand Down Expand Up @@ -273,6 +273,6 @@ jobs:
env:
HEX_API_KEY: ${{ secrets.OTEL_HEX_KEY }}
run: |
rebar3 upgrade
rebar3 update
rebar3 hex publish --yes
echo "published=true" >> $GITHUB_ENV

0 comments on commit e677958

Please sign in to comment.