From 47f48c6a4ab65cdf65d0b6a6ef7f5b918eb56c00 Mon Sep 17 00:00:00 2001 From: Luke Craig Date: Tue, 14 Jan 2025 11:31:13 -0500 Subject: [PATCH] make releases --- .github/workflows/publish_docker.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 9d76cd889ed7..295d92b13931 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -39,4 +39,10 @@ jobs: tags: | pandare/panda-ng:${{ github.sha }} pandare/panda-ng:${{ steps.version.outputs.v-version }} - pandare/panda-ng:latest \ No newline at end of file + pandare/panda-ng:latest + - name: Upload wheel and debian packages to release + uses: softprops/action-gh-release@v2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: ${{ steps.version.outputs.v-version }} \ No newline at end of file