Skip to content

Commit

Permalink
set key prerelease = false
Browse files Browse the repository at this point in the history
  • Loading branch information
AldoCorbelliniUNIPR committed Dec 14, 2023
1 parent cb9f96c commit 62b6145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: true
prerelease: false

# We are going to start a display server using XVFB to ensure that if the toolbox build
# triggers something that needs a display we have one. This is a done prophylacticly in
Expand Down

0 comments on commit 62b6145

Please sign in to comment.