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 358daf7 commit aaebc76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
PKG_VERSION=`echo ${{ github.ref }} | sed -r 's/[refs\/tags\/v]+//g'`
echo Version: $PKG_VERSION
echo "::set-output name=version::$(echo $PKG_VERSION)"
echo ${{ steps.package_version.outputs.version }}
- name: Make
run: |
Expand Down

0 comments on commit aaebc76

Please sign in to comment.