Skip to content

Commit c463221

Browse files
committed
Merge branch 'develop' into release/1.3.0
2 parents dff4e81 + adda424 commit c463221

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ jobs:
2424
name: artifacts
2525
path: target/*.jar
2626
- name: Create Release
27-
uses: actions/create-release@v1 # NOTE: action is unmaintained and repo archived
27+
uses: softprops/action-gh-release@v1
2828
if: startsWith(github.ref, 'refs/tags/')
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }} # release as "cryptobot"
3129
with:
32-
tag_name: ${{ github.ref }}
33-
release_name: Release ${{ github.ref }}
34-
prerelease: true
30+
prerelease: true
31+
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
32+
generate_release_notes: true

0 commit comments

Comments
 (0)