From 08a86af72ac2d395c6236f7d0267be822ed88500 Mon Sep 17 00:00:00 2001 From: Bryan Naegele Date: Sun, 4 Feb 2024 19:46:16 -0700 Subject: [PATCH] Update publish-mix-hex-release.yml --- .github/workflows/publish-mix-hex-release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/publish-mix-hex-release.yml b/.github/workflows/publish-mix-hex-release.yml index 8849d92..efa18f9 100644 --- a/.github/workflows/publish-mix-hex-release.yml +++ b/.github/workflows/publish-mix-hex-release.yml @@ -247,13 +247,3 @@ jobs: rebar3 update rebar3 hex publish --dry-run --yes echo "published=true" >> $GITHUB_ENV - - - name: "Pull Hex Package and Upload to Release" - if: ${{ env.releasePrepped == 'true' && inputs.action == 'publish' }} - working-directory: ${{ needs.config.outputs.working_directory }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - sleep 5 - mix hex.package fetch ${{ needs.config.outputs.package_name }} ${{ env.package_version }} --organization opentelemetry - gh release upload ${{ env.gh_release_tag_name}} ${{ needs.config.outputs.package_name }}-${{ env.package_version }}.tar