Skip to content

Commit

Permalink
remove ref to prefect.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Sep 19, 2024
1 parent e10d7a4 commit 88213be
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 @@ -52,7 +52,7 @@ jobs:
if: github.ref_type == 'tag'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ github.ref_name }} prefect-crds.yaml prefect.yaml
run: gh release upload ${{ github.ref_name }} prefect-crds.yaml

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

0 comments on commit 88213be

Please sign in to comment.