Skip to content

Commit

Permalink
ci:release分支打包将bisheng_langchain的版本固定99.99.99
Browse files Browse the repository at this point in the history
  • Loading branch information
zgqgit committed Apr 25, 2024
1 parent d2deddc commit 76f6cac
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 @@ -39,7 +39,7 @@ jobs:
data: '{"msg_type":"post","content":{"post":{"zh_cn":{"title": "${{github.event.pusher.name}}提交代码,开始编译", "content": [[{"tag":"text","text":"发布功能:"},{"tag":"text","text":"${{ env.message }}"}]]}}}}'

- name: Set Environment Variable
run: echo "RELEASE_VERSION=release" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=99.99.99" >> $GITHUB_ENV

- name: Set python version 3.8
uses: actions/setup-python@v1
Expand Down

0 comments on commit 76f6cac

Please sign in to comment.