Skip to content

Commit

Permalink
CI: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmttavara committed Jun 28, 2023
1 parent d5e2a12 commit 9435dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
# with:
# title: Release ${{ github.ref }}
- uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
files: ph2ed_proto.zip

0 comments on commit 9435dbc

Please sign in to comment.