Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
- Make the release not marked as pre-release.
  • Loading branch information
sondreb committed Jul 5, 2021
1 parent 44505b6 commit c078538
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 @@ -95,7 +95,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
files: "${{env.RELEASE_PATH}}"
draft: true
prerelease: true
prerelease: false
body: ''
name: "City Chain (Release ${{env.VERSION}})"
tag: v${{env.VERSION}}

0 comments on commit c078538

Please sign in to comment.