Skip to content

Commit 26e9bb1

Browse files
committed
Update release workflow
1 parent 475b018 commit 26e9bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}
14+
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1515
- name: Build
1616
run: gradle jar
1717
- name: Create release

0 commit comments

Comments
 (0)