Skip to content

Commit

Permalink
fix: release pipeline (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jun 28, 2024
1 parent 6603907 commit 5f3376b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

test-ghcr:
runs-on: ubuntu-latest
needs: build
needs: test
permissions:
packages: write
steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

smoke-test:
runs-on: ubuntu-latest
needs: build
needs: test
steps:
# Checkout the repo and setup the tooling for this job
- name: Checkout
Expand Down

0 comments on commit 5f3376b

Please sign in to comment.