Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianvld committed Nov 29, 2020
1 parent 7951255 commit 0b36109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Init checkout
uses: actions/checkout@v2
- name: Extract version to env
run: echo ::set-env name=version::${GITHUB_REF#refs/*/}
run: echo "version=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Gradle build
uses: eskatos/gradle-command-action@v1
with:
Expand Down

0 comments on commit 0b36109

Please sign in to comment.