Skip to content

Commit

Permalink
Update update-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok authored Jun 26, 2020
1 parent d35df70 commit b43adbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ jobs:
steps:
- name: Split Action
uses: JungWinter/[email protected]
id: steps
id: split
with:
# String to split
msg: ${{ github.ref }}
# The delimiter to split the string
seperator: '/'
# Maximum number of splits
maxsplit: 3

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
Expand Down

0 comments on commit b43adbf

Please sign in to comment.