Skip to content

Commit e5733b6

Browse files
committed
Replace set output, deprecated
1 parent 8f64c95 commit e5733b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
2727
- name: Extract current maven version
28-
run: echo "::set-output name=version::$(mvn org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version -q -DforceStdout)"
28+
run: echo "version=$(mvn org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
2929
id: version
3030
shell: bash
3131
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)