From f1df83bba9ed1ba3a92d0430e0141d5ffa78de34 Mon Sep 17 00:00:00 2001 From: Adrian Czerwiec Date: Fri, 4 Sep 2026 11:40:35 +0200 Subject: [PATCH] remove hex deploy --- .github/workflows/publish.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index be11c74..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Deployment - -permissions: - contents: read - -on: - push: - tags: - - "v*.*.*" - -jobs: - publish: - runs-on: ubuntu-latest - name: hex_publish - steps: - - name: Set up Elixir - uses: erlef/setup-beam@v1 - with: - otp-version: "27" - elixir-version: "1.17" - - - name: Checkout the code - uses: actions/checkout@v3 - - - name: Install dependencies - run: mix deps.get - working-directory: fishjam_protos - - - name: Publish package - env: - HEX_API_KEY: ${{ secrets.MIX_HEX_KEY }} - run: mix hex.publish --yes - working-directory: fishjam_protos