From b6aa2c0e928b114be0e8585d7b35b9fc72a07fe8 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 9 Aug 2023 21:18:39 +0200 Subject: [PATCH 01/23] replace deprecated create-release action --- .github/workflows/build.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d9f79be..bd7ca9b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,12 +40,10 @@ jobs: with: name: artifacts path: target/*.jar - - name: Create Release - uses: actions/create-release@v1 #NOTE: action is archived and unmaintained + - name: Create release if: startsWith(github.ref, 'refs/tags/') - env: - GITHUB_TOKEN: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }} # release as "cryptobot" + uses: softprops/action-gh-release@v1 with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }} + generate_release_notes: true prerelease: true \ No newline at end of file From 4444bd6180128df53aa9b26806bebfd104865526 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 20 Nov 2023 14:26:40 +0100 Subject: [PATCH 02/23] [ci skip] Update IDE files --- .idea/misc.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.idea/misc.xml b/.idea/misc.xml index 58ff93ce..67e1e611 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,6 @@ +