diff --git a/.github/workflows/elixir_lib.yml b/.github/workflows/elixir_lib.yml index 12218b1..2bc74fd 100644 --- a/.github/workflows/elixir_lib.yml +++ b/.github/workflows/elixir_lib.yml @@ -175,16 +175,16 @@ jobs: id: deployment uses: actions/deploy-pages@v1 - git-ops: - name: mix git-ops.release - runs-on: ubuntu-latest - needs: build-dev - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: team-alembic/staple-actions/actions/git-ops@main - with: - mix-env: dev - no-major: true - release-token: ${{ secrets.JIMSY_ACCESS_TOKEN }} + # git-ops: + # name: mix git-ops.release + # runs-on: ubuntu-latest + # needs: build-dev + # steps: + # - uses: actions/checkout@v3 + # with: + # fetch-depth: 0 + # - uses: team-alembic/staple-actions/actions/git-ops@main + # with: + # mix-env: dev + # no-major: true + # release-token: ${{ secrets.JIMSY_ACCESS_TOKEN }}