Skip to content

Commit 7958a57

Browse files
committed
replace deprecated set-output in github action
1 parent 59f14ab commit 7958a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
mvn -version
2020
mvn -B clean package
2121
- id: version
22-
run: echo "name=number::`echo "${{ github.ref_name }}" | sed 's/release-//'`"
22+
run: echo "number=`echo "${{ github.ref_name }}" | sed 's/release-//'`" >> $GITHUB_OUTPUT
2323
- name: Create draft release and attach installer zip
2424
env:
2525
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)