diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3731bb6..af7dd48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Create Realease id: create_release - uses: actions/release-action@1 + uses: ncipollo/release-action@1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: