Skip to content

Commit c0e33b8

Browse files
committed
Adapted YML to latest GitHub actions security guidelines.
1 parent 45ab072 commit c0e33b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ./gradlew distTar
3030
- name: Get the version
3131
id: get_version
32-
run: echo ::set-env name=VERSION::${GITHUB_REF/refs\/tags\//}
32+
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
3333
- name: Create Release
3434
id: create_release
3535
uses: actions/create-release@v1

0 commit comments

Comments
 (0)