diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd198bf..a4a1961 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Create Release on: push: tags: - - 'v*.*.*' + - "v*.*.*" jobs: build_armv7: @@ -152,11 +152,11 @@ jobs: uses: softprops/action-gh-release@v1 with: draft: true - prerelease: true + prerelease: false files: | phetch-macos/phetch-${{ steps.get_version.outputs.VERSION }}-macos.zip phetch-linux-x86_64/phetch-${{ steps.get_version.outputs.VERSION }}-linux-x86_64.tgz phetch-linux-armv7/phetch-${{ steps.get_version.outputs.VERSION }}-linux-armv7.tgz body_path: CHANGELOG.md env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}