Skip to content

Commit

Permalink
Don't upload *.rekor files to GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 15, 2022
1 parent e31e5b9 commit 2d1f09c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ jobs:
files: |
*.sig
*.crt
*.rekor
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true

Expand Down Expand Up @@ -303,6 +302,5 @@ jobs:
*.deb
*.sig
*.crt
*.rekor
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true

0 comments on commit 2d1f09c

Please sign in to comment.