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 2099e6d commit dd37e7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/relese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
with:
path: ./local.properties

- uses: jungwinter/split@v2
- uses: rishabhgupta/split-by@v1
id: split
with:
msg: '/release=example=v1.0.0'
separator: '='
string: 'feat=branch-name'
split-by: '='

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

0 comments on commit dd37e7f

Please sign in to comment.