Skip to content

Commit

Permalink
修改tag名
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjs committed Apr 3, 2022
1 parent 8acc102 commit 4b16f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
id: tag
run: |
version_line=$(cat Makefile | grep 'VERSION=' -m 1)
echo "::set-output name=result::${version_line#VERSION=}"
web_slang_version_line=$(cat Makefile | grep 'WEB_SLANG_VERSION=' -m 1)
echo "::set-output name=result::${version_line#VERSION=}+${web_slang_version_line#WEB_SLANG_VERSION=}"
- name: Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 4b16f50

Please sign in to comment.