Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws committed May 1, 2024
1 parent a37cfbd commit 297a400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
with:
python-version: '3.11'
- name: Build
- uses: actions/checkout@v4
run: make compile-with-docker-all
- name: Release
uses: softprops/action-gh-release@v2
- uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 297a400

Please sign in to comment.