Skip to content

Commit b408539

Browse files
authored
Merge pull request #845 from scalecube/ci_docker_buildx_deprecation_problem
Upgrade to using Environment Files instead old set-output
2 parents 113886d + 6954a9a commit b408539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
mvn -B build-helper:parse-version release:prepare \
4545
-DreleaseVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.incrementalVersion} \
4646
-Darguments="-DskipTests=true -Ddockerfile.skip=true"
47-
echo ::set-output name=release_tag::$(git describe --tags --abbrev=0)
47+
echo release_tag=$(git describe --tags --abbrev=0) >> $GITHUB_OUTPUT
4848
- name: Perform release
4949
run: mvn -B release:perform -Pdeploy2Github -Darguments="-DskipTests=true -Ddockerfile.skip=true -Pdeploy2Github"
5050
env:

0 commit comments

Comments
 (0)