Skip to content

Commit

Permalink
<other>(github): fix release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed May 4, 2023
1 parent 81f4218 commit b9c3043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

- name: Get Tag
id: var
#run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT

- name: Build APK
Expand Down

0 comments on commit b9c3043

Please sign in to comment.