diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 712b06f..a009ede 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v6 - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.ref_type == 'tag' with: tag_name: ${{ github.ref_name }}