From a306222e08613a897305dbccbef8dd2e7e6b6371 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Mon, 19 Aug 2024 18:46:02 +0200 Subject: [PATCH] use gh release --- .github/workflows/release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67b173f..419ba29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,11 +75,9 @@ jobs: merge-multiple: true - name: Create release - uses: softprops/action-gh-release@v2 - with: - tag_name: ${{ github.ref_name }} - name: ${{ github.ref_name }} - files: artifacts/*.zip + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: gh release create ${{ github.ref_name }} artifacts/*.zip call-create-images-workflow: needs: release