Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odair-pedro authored Oct 1, 2020
1 parent e29ee00 commit be50848
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 @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- name: Make
run: |
PKG_VERSION=`echo ${{ secrets.GITHUB_TOKEN }} | sed -r 's/[v]+//g'`
PKG_VERSION=`echo ${{ github.ref }} | sed -r 's/[v]+//g'`
echo Version: $PKG_VERSION
make version=$PKG_VERSION
zip sonarci-win-x64.zip sonarci.exe README.md
Expand Down

0 comments on commit be50848

Please sign in to comment.