Skip to content

Commit d4d7ba8

Browse files
authored
Merge pull request #99 from scalecube/ci_docker_buildx_deprecation_problem
Upgrade to using Environment Files instead old set-output
2 parents 3f7035c + a86473d commit d4d7ba8

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
@@ -42,7 +42,7 @@ jobs:
4242
mvn -B build-helper:parse-version release:prepare \
4343
-DreleaseVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.incrementalVersion} \
4444
-Darguments="-DskipTests=true -Ddockerfile.skip=true"
45-
echo ::set-output name=release_tag::$(git describe --tags --abbrev=0)
45+
echo release_tag=$(git describe --tags --abbrev=0) >> $GITHUB_OUTPUT
4646
- name: Perform release
4747
run: mvn -B release:perform -Pdeploy2Github -Darguments="-DskipTests=true -Ddockerfile.skip=true -Pdeploy2Github"
4848
env:

0 commit comments

Comments
 (0)