Skip to content

Commit

Permalink
Adjusts release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Odair Pedro committed Nov 1, 2020
1 parent dcdf85a commit 358daf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
PKG_VERSION=`echo ${{ github.ref }} | sed -r 's/[refs\/tags\/v]+//g'`
echo Version: $PKG_VERSION
echo "::set-output name=version::$(PKG_VERSION)"
echo "::set-output name=version::$(echo $PKG_VERSION)"
- name: Make
run: |
Expand Down

0 comments on commit 358daf7

Please sign in to comment.