We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c8705 commit 820eb1cCopy full SHA for 820eb1c
.github/workflows/main.yml
@@ -50,7 +50,7 @@ jobs:
50
run: ./gradlew --build-cache assemble check --stacktrace
51
52
- name: Set tag version
53
- run: echo ::set-env name=CIRCLE_TAG::$(echo ${GITHUB_REF:10})
+ run: echo "CIRCLE_TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
54
if: startsWith(github.ref, 'refs/tags/')
55
56
- name: Upload tag
0 commit comments