diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03159c8..6dfeb02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: echo "ARCHIVE_FILE=${ARCHIVE_FILE}" >>$GITHUB_OUTPUT - name: Create GitHub release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 if: startsWith(${{ steps.tag_version.outputs.new_tag }}, 'v') with: name: ${{ steps.tag_version.outputs.new_tag }}