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 id: deployment
uses: actions/deploy-pages@v1 uses: actions/deploy-pages@v1
git-ops: # git-ops:
name: mix git-ops.release # name: mix git-ops.release
runs-on: ubuntu-latest # runs-on: ubuntu-latest
needs: build-dev # needs: build-dev
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
steps: # steps:
- uses: actions/checkout@v3 # - uses: actions/checkout@v3
with: # with:
fetch-depth: 0 # fetch-depth: 0
- uses: team-alembic/staple-actions/actions/git-ops@main # - uses: team-alembic/staple-actions/actions/git-ops@main
with: # with:
mix-env: dev # mix-env: dev
no-major: true # no-major: true
release-token: ${{ secrets.JIMSY_ACCESS_TOKEN }} # release-token: ${{ secrets.JIMSY_ACCESS_TOKEN }}