Skip to content

Commit

Permalink
chore: change draft to prerelease (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Jul 8, 2024
1 parent d94538b commit ebdaf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create GitHub Release and upload binaries
uses: softprops/action-gh-release@v1
with:
draft: true
prerelease: true
files: |
linux-amd64/zksolc-*${{ env.VERSION }}*
linux-arm64/zksolc-*${{ env.VERSION }}*
Expand Down

0 comments on commit ebdaf10

Please sign in to comment.