Skip to content

Commit

Permalink
keep ubuntu 22 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Apr 4, 2023
1 parent 713bab5 commit a1bbb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create release
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-20.04'
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
with:
body: |
Expand Down

0 comments on commit a1bbb12

Please sign in to comment.