From 25c9f2291a2a32353d4ea904bbcba4f67e3c9c7e Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Mon, 23 Aug 2021 01:35:12 +0800 Subject: [PATCH] Update pre-release.yml --- .github/workflows/pre-release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 00ed02b..75d02fd 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -52,12 +52,10 @@ jobs: cd globalprotect-openconnect-${{ steps.vars.outputs.VERSION }} fakeroot dpkg-buildpackage -uc -us -sa - - uses: "marvinpinto/action-automatic-releases@latest" + - uses: "softprops/action-gh-release@v1" with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - # automatic_release_tag: "latest" prerelease: true - title: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}" + name: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}" files: | *.tar.gz - build-debian/*.deb \ No newline at end of file + build-debian/*.deb