From 6da14a7edcb29c43d29edfeae2989f36cb6a3c41 Mon Sep 17 00:00:00 2001 From: chris west Date: Sun, 17 May 2020 10:10:00 -0700 Subject: [PATCH] not anymore --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}