Skip to content

Commit

Permalink
👷 delete old beta release when commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed Jul 2, 2020
1 parent 3334c7f commit 0500bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
BETA=true npm run release
- name: Create Release
id: create_release
uses: webclipper/create-release@master
uses: webclipper/create-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
allow_duplicate: true
replace_old_tag: true
tag_name: Beta
release_name: Release Beta
draft: false
Expand Down

0 comments on commit 0500bde

Please sign in to comment.