Compare commits

..

1 Commits
v1.12 ... v1.13

Author SHA1 Message Date
bamanker
c0975a75ed 传递环境变量9
Some checks failed
Build Push and Deploy Image / build (push) Has been cancelled
2025-12-26 09:57:51 +08:00

View File

@@ -44,7 +44,7 @@ jobs:
env:
TAG: ${{ steps.get_version.outputs.version }}
run: |
export APP_TAG=${env.TAG} |
export APP_TAG=$env.TAG
# echo APP_TAG=${{ env.TAG }} |
# export APP_NAME=${{ env.APP_NAME }} |
# echo APP_NAME=${{ env.APP_NAME }} |