diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34a00c289..7ea454443 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: with: path: builds - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }} fail_on_unmatched_files: true