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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 11, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/skenvy_julia-release@f15e21839d922ddfd77077780f5011110773d614 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| deployment_branch | Name of branch from which against to deploy; e.g. master|main|trunk|other | no | main |
| subdirectory | The path to the folder/subdirectory containing the Pkg's Project.toml | no | . |
| changelog | An optional changelog with which to generate notes in the release. | no | "" |
| release_tag_template | A template to generate the release tag. Exposes "<NEW_VERSION>". ("/" will be replaced with "_"). | no | v<NEW_VERSION> |
| release_name_template | A template to generate the release name. Exposes "<NEW_VERSION>". | no | Version: <NEW_VERSION> |
| auto_release | Whether to automatically release your new version. | no | true |
| auto_register | Whether to automatically register your new release. | no | true |
Outputs
| name | description |
|---|---|
| new_version | The new version listed in project. |
| old_version | The old version listed in project. |
| diff_from | The sha of the "previous head of the deployment branch" that is used to check for a change in the version. |
| diff_to | The sha of the commit that is taken as the current ~ which without frobbing the head will be the github_sha. |