From 4a530330237e5cf5b7a77523ef2c0dec0673734b Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Mon, 23 Aug 2021 08:53:41 +0800 Subject: [PATCH] [ci] use action-automatic-releases --- .github/workflows/pre-release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index cdd86c6..6c9a5ab 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -52,12 +52,12 @@ jobs: cd globalprotect-openconnect-${{ steps.vars.outputs.VERSION }} fakeroot dpkg-buildpackage -uc -us -sa - - uses: "ncipollo/release-action@v1" + - uses: "marvinpinto/action-automatic-releases@latest" with: - token: ${{ secrets.GITHUB_TOKEN }} + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" prerelease: true - tag: latest - allowUpdates: true - replacesArtifacts: true - name: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}" - artifacts: "*.tar.gz,build-debian/*.deb" + title: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}" + files: | + *.tar.gz + build-debian/*.deb