diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2da7ee..6ebc28a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: - name: 📥 Check-out uses: actions/checkout@v3 - name: 🚀 Create GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: Release ${{ github.ref_name }} fail_on_unmatched_files: true