not anymore

pull/15/head
chris west 4 years ago
parent 0d2be4fb13
commit 6da14a7edc

@ -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 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save