Skip to content

Commit 1633daa

Browse files
committed
1 parent 3688a4f commit 1633daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
make $MAKEOPTS -C bricks/cityhub
3939
make $MAKEOPTS -C bricks/technichub
4040
- name: Get tag
41-
run: echo "::set-env name=GITHUB_TAG::${GITHUB_REF#*refs/tags/}"
41+
run: echo "GITHUB_TAG=${GITHUB_REF#*refs/tags/}" >> $GITHUB_ENV
4242
- name: Create Release
4343
id: create_release
4444
uses: actions/create-release@v1

0 commit comments

Comments
 (0)