We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed241c commit f5cc144Copy full SHA for f5cc144
1 file changed
.github/workflows/autobuilder.yml
@@ -44,11 +44,11 @@ jobs:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
run: |
46
cd release
47
- gh release create "$VERSION" \
+ gh release create v"$VERSION" \
48
+ *.deb \
49
--repo="$GITHUB_REPOSITORY" \
50
--title="${GITHUB_REPOSITORY#*/} ${VERSION}" \
51
--generate-notes
-
52
build_ppa:
53
needs: debian_builder
54
runs-on: ubuntu-latest
0 commit comments