Skip to content

Commit

Permalink
chore: mark prereleases as such in github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuisi committed Oct 18, 2023
1 parent 0e98f2e commit 26ab05d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
with:
files: 'vscode-lean4/lean4-*.vsix'
fail_on_unmatched_files: true
prerelease: ${{ endsWith(github.ref, '-pre') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 26ab05d

Please sign in to comment.