Skip to content

Commit

Permalink
CI/publish_deb: Make releases public (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
be32826 authored Jan 11, 2024
1 parent 8efc455 commit 67dc53c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release_${{ github.sha }}
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true

build_deb:
needs: create_release
Expand Down

0 comments on commit 67dc53c

Please sign in to comment.