mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
[ci] use action-automatic-releases
This commit is contained in:
parent
9c6ea1c4b5
commit
4a53033023
14
.github/workflows/pre-release.yml
vendored
14
.github/workflows/pre-release.yml
vendored
@ -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"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user