diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9be042e..b818e31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,8 @@ jobs: - name: Read version from file id: read_version - # run: echo "APP_VERSION=$(cut -d '|' -f 2 ./assets/version)" >> $GITHUB_ENV // 暂时不支持括号 - run: echo "APP_VERSION=latest" >> $GITHUB_ENV + run: echo "APP_VERSION=$(cut -d '|' -f 2 ./assets/version)" >> $GITHUB_ENV // 暂时不支持括号 + # run: echo "APP_VERSION=latest" >> $GITHUB_ENV - name: Set up QEMU uses: docker/setup-qemu-action@v2