From 5b74bcddcc4da89adbc507e012d02bbc2767f203 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sun, 5 Dec 2021 19:35:31 -0700 Subject: [PATCH] try another workflow --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39b4405..061b305 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,12 +30,11 @@ jobs: tar cfJ rocky-logos-${{ steps.tag.outputs.result }}.tar.xz rocky-logos-${{ steps.tag.outputs.result }} - name: Generate Release - uses: marvinpinto/action-automatic-releases@latest + uses: ncipollo/release-action@v1 with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" + token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false - files: | - rocky-logos-${{ steps.tag.outputs.result }}.tar.xz + artifacts: "rocky-logos-${{ steps.tag.outputs.result }}.tar.xz" # - name: Generate release # uses: docker://antonyurchenko/git-release:v3