diff --git a/.github/workflows/deploy_to_github2.yml b/.github/workflows/deploy_to_github2.yml index 766b3561..7c446886 100644 --- a/.github/workflows/deploy_to_github2.yml +++ b/.github/workflows/deploy_to_github2.yml @@ -13,10 +13,7 @@ jobs: steps: # 1 - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 - with: - distribution: 'zulu' - java-version: '17' + # 2 - name: Build run: echo ${{ github.sha }} > Release.txt @@ -28,6 +25,9 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true + generateReleaseNotes: true + body: "from text" + prerelease: false artifacts: instuctions token: ${{ secrets.TOKEN }} diff --git a/.github/workflows/deploy_to_github3.yml b/.github/workflows/deploy_to_github3.yml index 505796f9..d043dc40 100644 --- a/.github/workflows/deploy_to_github3.yml +++ b/.github/workflows/deploy_to_github3.yml @@ -13,10 +13,7 @@ jobs: steps: # 1 - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 - with: - distribution: 'zulu' - java-version: '17' + # 2 - name: Build run: echo ${{ github.sha }} > Release.txt @@ -28,5 +25,8 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true + generateReleaseNotes: true + bodyFile: distribution/whatsnew/whatsnew-en-US + prerelease: false artifacts: LICENSE token: ${{ secrets.TOKEN }} diff --git a/distribution/whatsnew/whatsnew-en-US b/distribution/whatsnew/whatsnew-en-US index 8b137891..702cfda0 100644 --- a/distribution/whatsnew/whatsnew-en-US +++ b/distribution/whatsnew/whatsnew-en-US @@ -1 +1 @@ - +Testing what is new fom file