Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzo authored Jan 20, 2020
1 parent dedacdb commit 00b206e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Get version
run: |
VERSION="echo $GITHUB_REF | cut -d'/' -f 3"
VERSION="${VERSION}"
echo $VERSION
echo "::set-env name=VERSION::$VERSION"
run: echo "::set-env name=VERSION::$(echo $GITHUB_REF | cut -d'/' -f 3)"
- name: Use version
run: echo The version is $VERSION

0 comments on commit 00b206e

Please sign in to comment.