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 f956572 commit d35df70
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
steps:
- name: Split Action
uses: JungWinter/[email protected]
id: steps
with:
# String to split
msg: $VERSION
msg: ${{ github.ref }}
# The delimiter to split the string
seperator: '/'
# Maximum number of splits
Expand All @@ -40,5 +41,5 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo "Add other actions to build",
echo "test, and deploy your project."
echo "Add other actions to build - ${{ steps.split.outputs._0 }}",
echo "test, and deploy your project. - ${{ steps.split.outputs._1 }}"

0 comments on commit d35df70

Please sign in to comment.