chore: disable auto-releasing for now.

This commit is contained in:
James Harton 2024-04-02 09:07:00 +13:00
parent 043df345a6
commit 1b5eaa55ae
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -210,17 +210,17 @@ jobs:
id: deployment
uses: actions/deploy-pages@v1
git-ops:
name: mix git-ops.release
runs-on: ubuntu-latest
needs: build-dev
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
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
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
# 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 }}