Skip to content

Commit

Permalink
Merge pull request #845 from scalecube/ci_docker_buildx_deprecation_p…
Browse files Browse the repository at this point in the history
…roblem

Upgrade to using Environment Files instead old set-output
  • Loading branch information
alexlikho committed Apr 12, 2024
2 parents 113886d + 6954a9a commit b408539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
mvn -B build-helper:parse-version release:prepare \
-DreleaseVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.incrementalVersion} \
-Darguments="-DskipTests=true -Ddockerfile.skip=true"
echo ::set-output name=release_tag::$(git describe --tags --abbrev=0)
echo release_tag=$(git describe --tags --abbrev=0) >> $GITHUB_OUTPUT
- name: Perform release
run: mvn -B release:perform -Pdeploy2Github -Darguments="-DskipTests=true -Ddockerfile.skip=true -Pdeploy2Github"
env:
Expand Down

0 comments on commit b408539

Please sign in to comment.