fix: bump get-tag action to v2.1.4 to resolve set-output deprecation#794
fix: bump get-tag action to v2.1.4 to resolve set-output deprecation#794kurtdoherty merged 1 commit intomainfrom
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) ✅ code/snyk check is complete. No issues have been found. (View Details) |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
Previous Prerelease workflows show deprecation warnings for the
set-outputcommand. The latest Prerelease build shows failure on thePackage Version bumpstep because no version number has been provided to theyarn versioncommand. The version number is meant to be passed in through the${{ steps.tagName.outputs.version }}substitution, but it apparently isn't.The olegtarasov/get-tag action being relied upon is up to
2.1.4, with that version specifically calling out it resolves the deprecation warnings.