[ci] use action-automatic-releases

This commit is contained in:
Kevin Yue 2021-08-23 08:53:41 +08:00
parent 9c6ea1c4b5
commit 4a53033023

View File

@ -52,12 +52,12 @@ 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: "ncipollo/release-action@v1" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
token: ${{ secrets.GITHUB_TOKEN }} repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true prerelease: true
tag: latest title: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}"
allowUpdates: true files: |
replacesArtifacts: true *.tar.gz
name: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}" build-debian/*.deb
artifacts: "*.tar.gz,build-debian/*.deb"