Update pre-release.yml

This commit is contained in:
Kevin Yue
2021-08-23 01:35:12 +08:00
committed by GitHub
parent bba3bc7e4f
commit 25c9f2291a

View File

@@ -52,12 +52,10 @@ jobs:
cd globalprotect-openconnect-${{ steps.vars.outputs.VERSION }} cd globalprotect-openconnect-${{ steps.vars.outputs.VERSION }}
fakeroot dpkg-buildpackage -uc -us -sa fakeroot dpkg-buildpackage -uc -us -sa
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "softprops/action-gh-release@v1"
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
# automatic_release_tag: "latest"
prerelease: true prerelease: true
title: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}" name: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}"
files: | files: |
*.tar.gz *.tar.gz
build-debian/*.deb build-debian/*.deb