Update publish-mix-hex-release.yml

This commit is contained in:
Bryan Naegele 2024-02-13 18:38:57 -07:00 committed by GitHub
parent 093c41c940
commit 72f8b5da38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -212,7 +212,7 @@ jobs:
env:
HEX_API_KEY: ${{ secrets.OTEL_HEX_KEY }}
run: |
rebar3 update
rebar3 upgrade
rebar3 hex publish --dry-run --yes
- name: "Open a Version Update PR"
@ -259,6 +259,6 @@ jobs:
env:
HEX_API_KEY: ${{ secrets.OTEL_HEX_KEY }}
run: |
rebar3 update
rebar3 hex publish --dry-run --yes
rebar3 upgrade
rebar3 hex publish --yes
echo "published=true" >> $GITHUB_ENV