Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamritter committed Jun 2, 2023
1 parent 7ce9dcd commit da1ad09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check tag version
run: |
cd build
./fastgron --version | grep `echo ${{ github.ref }} | sed 's/refs\/tags\/v//'`
./fastgron --version 2>&1 | grep `echo ${{ github.ref }} | sed 's/refs\/tags\/v//'`
- name: Rename binary
run: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Check tag version
run: |
cd build
./fastgron --version | grep `echo ${{ github.ref }} | sed 's/refs\/tags\/v//'`
./fastgron --version 2>&1 | grep `echo ${{ github.ref }} | sed 's/refs\/tags\/v//'`
- name: Rename binary
run: |
Expand Down

0 comments on commit da1ad09

Please sign in to comment.