Skip to content

Releases: Skenvy/julia-release

v1.3.0 - Now defaults the deployment branch if not specified.

31 Oct 11:22
491fbf8
Compare
Choose a tag to compare

The deployment_branch input to the action is no longer required.

v1.2.0 -- Updated step output.

06 Nov 13:33
d2eb655
Compare
Choose a tag to compare

Changes the existing lines that use the set-output format of

echo "::set-output name={name}::{value}"

to the new format, prior to the deprecation of the previous format;

echo "{name}={value}" >> $GITHUB_OUTPUT

v1.1.0 -- Fix safe.directory errors.

02 Oct 16:11
8531021
Compare
Choose a tag to compare

Adds the workspace as a safe directory to circumvent fatal: detected dubious ownership in repository at '/github/workspace' type errors which were introduced into git at git/git@8959555 as a fix for https://github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765 which subsequently opened up a lot of issues in github actions; actions/runner#2033 and actions/checkout#766 are examples.

1.0.1 Release notes quickfix

31 Mar 09:31
Compare
Choose a tag to compare

Removing a tab whitespace and replacing the subdir name in two places that was in the 1.0.1 release notes.

What's Changed

Full Changelog: v1.0.1...v1.0.1-md

Version 1.0.1

31 Mar 09:20
2b17c55
Compare
Choose a tag to compare

Fixed quote propagating to the release name.
Include option to disallow release (thus making it possible to run without providing the GITHUB_TOKEN and not fail, if not wanting to pass the GITHUB_TOKEN as an env.
Extend the readme with suggestions and include the requirement to checkout with depth 0.

What's Changed

  • Add the option to not release, fix the quotes in the release name being included, fix possible errors on the empty vars by @Skenvy in #1

New Contributors

  • @Skenvy made their first contribution in #1

Full Changelog: v1...v1.0.1

Release and Register Julia

29 Mar 14:56
Compare
Choose a tag to compare

The initial release, operational to the extent provided by the test in .github/workflows/main.yaml, which always creates a unique instance to test, via frobbing the head commit.

Full Changelog: https://github.com/Skenvy/julia-release/commits/v1.0.0