actions-marketplace-validations/Julia: R&R ~ Release and Register

Automatically release and register any push to a deployment branch that updates the Julia pkg version.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 11, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/skenvy_julia-release@f15e21839d922ddfd77077780f5011110773d614 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
deployment_branchName of branch from which against to deploy; e.g. master|main|trunk|othernomain
subdirectoryThe path to the folder/subdirectory containing the Pkg's Project.tomlno.
changelogAn optional changelog with which to generate notes in the release.no""
release_tag_templateA template to generate the release tag. Exposes "<NEW_VERSION>". ("/" will be replaced with "_").nov<NEW_VERSION>
release_name_templateA template to generate the release name. Exposes "<NEW_VERSION>".noVersion: <NEW_VERSION>
auto_releaseWhether to automatically release your new version.notrue
auto_registerWhether to automatically register your new release.notrue
namedescription
new_versionThe new version listed in project.
old_versionThe old version listed in project.
diff_fromThe sha of the "previous head of the deployment branch" that is used to check for a change in the version.
diff_toThe sha of the commit that is taken as the current ~ which without frobbing the head will be the github_sha.