Skip to content

Commit

Permalink
Update relese.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble authored Sep 30, 2021
1 parent 6fc74f0 commit 2099e6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/relese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ jobs:
- uses: jungwinter/split@v2
id: split
with:
msg: '/release split v1.0.0'
msg: '/release=example=v1.0.0'
separator: '='

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "305"
tag_name: "306"
release_name: "Release ${{ steps.split.outputs._1 }}"
draft: false
prerelease: false

0 comments on commit 2099e6d

Please sign in to comment.