Skip to content

Commit

Permalink
ci: Mark development build as prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang-rio committed Jul 3, 2024
1 parent cafec70 commit 8f643ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
if: ${{ env.VERSION != env.DEV_VERSION_NAME && contains(env.VERSION, 'd.') }}
uses: ncipollo/release-action@v1
with:
prerelease: true
artifacts: "${{ env.DIST_FOLDER }}/*.tar.gz,${{ env.DIST_FOLDER }}/*.zip,${{ env.DIST_FOLDER }}/checksums.txt"
body: |
## Development release for per client filter configuration
Expand Down

0 comments on commit 8f643ee

Please sign in to comment.