Skip to content

Commit

Permalink
ci: attempt fix (again eek) (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka authored Dec 19, 2024
1 parent ab5bcd6 commit d274139
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}/antithesis-tag:latest
ghcr.io/${{ github.repository }}/antithesis-tag:${{ github.sha }}
publish:
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -93,5 +92,5 @@ jobs:
- name: Update test server
env:
KEY: ${{ secrets.TEST_SERVER_KEY }}
run:
curl -X POST -H "Key: $KEY" https://hyperion-test.duckdns.org
run: |
curl -X POST -H "Key: $KEY" https://hyperion-test.duckdns.org

0 comments on commit d274139

Please sign in to comment.