Skip to content

Commit

Permalink
github: remove use of ::set-env
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Nov 21, 2020
1 parent 3688a4f commit 1633daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
make $MAKEOPTS -C bricks/cityhub
make $MAKEOPTS -C bricks/technichub
- name: Get tag
run: echo "::set-env name=GITHUB_TAG::${GITHUB_REF#*refs/tags/}"
run: echo "GITHUB_TAG=${GITHUB_REF#*refs/tags/}" >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 1633daa

Please sign in to comment.