mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
updated preview notes, updated notes path
This commit is contained in:
6
.github/workflows/preview.yml
vendored
6
.github/workflows/preview.yml
vendored
@@ -132,14 +132,14 @@ jobs:
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
body: ${{ steps.prepare_summary.outputs.release_summary }}
|
||||
# body: ${{ steps.prepare_summary.outputs.release_summary }}
|
||||
body_path: PREVIEW_NOTES.md
|
||||
draft: false
|
||||
prerelease: true
|
||||
name: Release ${{ env.PREVIEW_VERSION }}
|
||||
fail_on_unmatched_files: true
|
||||
tag: ${{ env.PREVIEW_VERSION }}
|
||||
tag_name: ${{ env.PREVIEW_VERSION }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# target_commitish: ${{ env.PREVIEW_VERSION }}
|
||||
files: |
|
||||
nb5/target/nb5
|
||||
nb5/target/nb5.jar
|
||||
|
||||
Reference in New Issue
Block a user