Skip to content

Commit

Permalink
Replace set-env to fix tagging (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmook authored Nov 17, 2020
1 parent e0c8705 commit 820eb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: ./gradlew --build-cache assemble check --stacktrace

- name: Set tag version
run: echo ::set-env name=CIRCLE_TAG::$(echo ${GITHUB_REF:10})
run: echo "CIRCLE_TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
if: startsWith(github.ref, 'refs/tags/')

- name: Upload tag
Expand Down

0 comments on commit 820eb1c

Please sign in to comment.