Skip to content

Commit

Permalink
add prefectoperator as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Sep 20, 2024
1 parent 09194d9 commit 1a48a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: github.ref_type == 'tag'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ github.ref_name }} prefect-crds.yaml
run: gh release upload ${{ github.ref_name }} prefect-crds.yaml prefect-operator.yaml

build-and-push-docker-image:
needs: unit-tests
Expand Down

0 comments on commit 1a48a2a

Please sign in to comment.