From 852300953693e0355a25bd47df736ee1971244e3 Mon Sep 17 00:00:00 2001 From: Marc Worrell Date: Thu, 28 Sep 2023 10:58:04 +0200 Subject: [PATCH] Remove hex-publish as there are problems with it not being able to derive the tag --- .github/workflows/hex-publish.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/hex-publish.yml diff --git a/.github/workflows/hex-publish.yml b/.github/workflows/hex-publish.yml deleted file mode 100644 index a03232e..0000000 --- a/.github/workflows/hex-publish.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Hex Publish - -on: - push: - tags: - - '*' - -jobs: - publish: - runs-on: ubuntu-latest - steps: - - name: Check out - uses: actions/checkout@v3 - - - name: Publish to Hex.pm - uses: erlangpack/github-action@v3 - env: - HEX_API_KEY: ${{ secrets.HEX_API_KEY }}