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