File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -832,6 +832,10 @@ jobs:
832832 repo=${owner_repo##*/}
833833
834834 # Replace special identifiers
835+ printf -- "Replace pyTooling/Action variables ... "
836+ NOTES="${NOTES//%%TAG%%/${{ inputs.tag }}}"
837+ printf "${ANSI_LIGHT_GREEN}[OK]${ANSI_NOCOLOR}\n"
838+
835839 printf -- "Replace GitHub variables ... "
836840 NOTES="${NOTES//%%gh_server%%/${{ github.server_url }}}"
837841 NOTES="${NOTES//%%gh_workflow_name%%/${{ github.workflow }}}"
Original file line number Diff line number Diff line change 3636__email__ = "Paebbels@gmail.com"
3737__copyright__ = "2017-2026, Patrick Lehmann"
3838__license__ = "Apache License, Version 2.0"
39- __version__ = "7.10.0 "
39+ __version__ = "7.10.1 "
4040__keywords__ = ["GitHub Actions" ]
4141__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
4242
Original file line number Diff line number Diff line change 3636__email__ = "Paebbels@gmail.com"
3737__copyright__ = "2017-2026, Patrick Lehmann"
3838__license__ = "Apache License, Version 2.0"
39- __version__ = "7.10.0 "
39+ __version__ = "7.10.1 "
4040__keywords__ = ["GitHub Actions" ]
4141__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
4242
Original file line number Diff line number Diff line change 3939
4040$ProjectName = " Actions"
4141$PackageName = " myPackage"
42- $PackageVersion = " 7.10.0 "
42+ $PackageVersion = " 7.10.1 "
4343$PythonVersion = " 3.14"
4444$LaTeXDocument = " ${ProjectName} .tex"
4545
You can’t perform that action at this time.
0 commit comments