Skip to content

Commit

Permalink
Update release.yml to auto create release when a release tag been cre…
Browse files Browse the repository at this point in the history
…ated
  • Loading branch information
lienching committed Jan 15, 2022
1 parent 2b59f51 commit a212702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

- name: create release
id: create_release
uses: actions/create-release@v1
uses: elgohr/Github-Release-Action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand Down

0 comments on commit a212702

Please sign in to comment.