Skip to content

Commit

Permalink
Adapted YML to latest GitHub actions security guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanopticon committed Feb 3, 2021
1 parent 45ab072 commit c0e33b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./gradlew distTar
- name: Get the version
id: get_version
run: echo ::set-env name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit c0e33b8

Please sign in to comment.