From c04663730c54ea91db72b4c3c1d5d4fd4211c489 Mon Sep 17 00:00:00 2001 From: rsarm Date: Tue, 28 May 2024 23:20:52 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c4297c..3ece728 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,9 +37,9 @@ jobs: publish_dir: ./ destination_dir: ./ - - name: Create GitHub Release - uses: softprops/action-gh-release@v1 - with: - files: "*.tgz" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Create GitHub Release + # uses: softprops/action-gh-release@v1 + # with: + # files: "*.tgz" + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}