We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1321b4d + 52fd83f commit 934179bCopy full SHA for 934179b
action.yml
@@ -57,7 +57,7 @@ runs:
57
--major-identifier="${{ inputs.major-identifier }}" \
58
--version-prefix "${{ inputs.prefix }}")
59
60
- echo "::set-output name=previous-version::$PREVIOUS_VERSION"
+ echo "previous-version=$PREVIOUS_VERSION" >> $GITHUB_OUTPUT
61
echo "Previous Version: $PREVIOUS_VERSION"
62
- id: version
63
shell: bash
@@ -73,5 +73,5 @@ runs:
73
74
75
76
- echo "::set-output name=version::$VERSION"
+ echo "version=$VERSION" >> $GITHUB_OUTPUT
77
echo "New Version: $VERSION"
0 commit comments