Skip to content

Commit

Permalink
修改兼容版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
hslr-s committed May 15, 2024
1 parent 2b46386 commit 1f26907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f26907

Please sign in to comment.