Skip to content

Commit

Permalink
Update GitHub prerelease action
Browse files Browse the repository at this point in the history
  • Loading branch information
HoutarouOreki committed Feb 25, 2021
1 parent f7101b1 commit 3dcda60
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Publish prerelease
on:
push:
tags:
- "0.*"
- "0*"

jobs:
pre-release:
tagged-release:
name: Pre-release
strategy:
matrix:
Expand Down Expand Up @@ -43,8 +43,7 @@ jobs:
- name: Publish
uses: softprops/action-gh-release@v1
with:
prerelease: true
files: |
'HenHen-*'
prerelease: true
files: 'HenHen-*'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3dcda60

Please sign in to comment.