diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 9907fd82..cfbf90ee 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -120,7 +120,7 @@ jobs: - name: Create Release if: steps.check-tag.outputs.match == 'true' - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: ${{ steps.version.outputs.version }} name: v${{ steps.version.outputs.version }}