Skip to content

Commit 820eb1c

Browse files
authored
Replace set-env to fix tagging (#74)
1 parent e0c8705 commit 820eb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: ./gradlew --build-cache assemble check --stacktrace
5151

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

5656
- name: Upload tag

0 commit comments

Comments
 (0)