diff --git a/.github/workflows/publish-mix-hex-release.yml b/.github/workflows/publish-mix-hex-release.yml index 3a42e8b..ebf77c3 100644 --- a/.github/workflows/publish-mix-hex-release.yml +++ b/.github/workflows/publish-mix-hex-release.yml @@ -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