Releases: ncipollo/release-action
Releases · ncipollo/release-action
v1.8.2
Adds the artifactErrorsFailBuild
input argument. When this is set to true it will fail the build if an artifact fails to be read from disk or uploaded to the release.
v1.8.1
- Artifact paths can now include
~/
- Additional warnings are now generated if the artifact glob produces no results.
v1.8.0
v1.7.3
- Updated dependencies to resolve a minor security issue.
v1.7.2
- Upgrade octokit and dev dependencies.
- Shouldn't effect functionality
v1.7.1
- Adds
omitBodyDuringUpdate
andomitNameDuringUpdate
inputs. These may be used to preserve the release name and body if the action is updating an existing release (but will still set name and body if the release is being created).
v1.7.0
- Fixes #15 Add omitBody and omitName
v1.6.1
- Fixes #12 Artifacts will now be replaced
v1.6.0
Fixes #12 Artifacts may now be replaced
v1.5.0
- #8 Add support for updating draft releases