Skip to content

Commit

Permalink
Upload binaries to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nacx authored Mar 5, 2024
1 parent 83f1e45 commit 50cf268
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- run: make docker-push

- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: bin/authservice-*
draft: true
generate_release_notes: true

0 comments on commit 50cf268

Please sign in to comment.