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