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 4bcc6d3 commit 9e87f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/relese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: rishabhgupta/split-by@v1
id: split
with:
string: ${{ steps.package.outputs.content }}
string: "${{ steps.package.outputs.content }}"
split-by: '='

- name: Create Release
Expand All @@ -33,7 +33,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "309"
tag_name: "310"
release_name: "Release ${{ steps.split.outputs._1}}"
draft: false
prerelease: false

0 comments on commit 9e87f2b

Please sign in to comment.