diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4be2bfd..00e849a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: if: github.ref_type == 'tag' steps: - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: generate_release_notes: true name: ${{ format('Release {0}', github.ref_name) }}