diff --git a/.github/workflows/publish_deb.yml b/.github/workflows/publish_deb.yml index 7cb8dd75f4a..3d68fb6d51f 100644 --- a/.github/workflows/publish_deb.yml +++ b/.github/workflows/publish_deb.yml @@ -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