From 2d6487043c6c437dbb7f6dc70ddeced0c862dbd2 Mon Sep 17 00:00:00 2001 From: AlexVeeBee Date: Tue, 27 Feb 2024 21:42:44 +0000 Subject: [PATCH] Remove --- .github/workflows/main.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6df1311..8e60a0e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,15 +31,15 @@ jobs: run: | npm run build npm test - - name: Publish to release - uses: softprops/action-gh-release@v1 - with: - files: dist/* - token: ${{ secrets.GITHUB_TOKEN }} - body: | - Changes in this Release - - Added new feature - - Fixed some bugs - draft: false - prerelease: false - tag: v1.0.0 + # - name: Publish to release + # uses: softprops/action-gh-release@v1 + # with: + # files: dist/* + # token: ${{ secrets.GITHUB_TOKEN }} + # body: | + # Changes in this Release + # - Added new feature + # - Fixed some bugs + # draft: false + # prerelease: false + # tag: v1.0.0