diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93b7f74..defbc8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,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