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 a07908c commit 74353cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
uses: actions/checkout@v2
- name: Make
run: |
PKG_VERSION=`echo ${{ secrets.GITHUB_TOKEN }} | sed -r 's/[v]+//g'`
echo ${{ PKG_VERSION }}
PKG_VERSION=`echo ${{ secrets.GITHUB_TOKEN }} | sed -r 's/[v]+//g'`
echo $(PKG_VERSION)
make version=${{ PKG_VERSION }}
make version=$(PKG_VERSION)
zip sonarci-win-x64.zip sonarci.exe README.md
tar -czvf sonarci-linux-x64.tar.gz sonarci README.md
- name: Create Release
Expand Down

0 comments on commit 74353cf

Please sign in to comment.