Skip to content

Commit

Permalink
chore: update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
yongheng2016 committed Nov 22, 2024
1 parent 2224fd8 commit a0719f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/common-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
id: docker-tag
run: |
echo "::set-output name=time::$(TZ='Asia/Shanghai' date +'%Y-%m-%d %H:%M:%S')"
echo "::set-output name=version::v${{ steps.check.outputs.version }}"
VERSION=$(jq -r '.version' package.json)
echo "::set-output name=version::v$VERSION"
echo "::set-output name=changed::true"
- name: Build and push Docker image
Expand Down

0 comments on commit a0719f4

Please sign in to comment.