diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56460c3..0833e35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: ./gradlew build --stacktrace - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: ${{ github.ref_name }} body: 'automated release at commit ${{ github.sha }}'