Skip to content

Commit

Permalink
ci: 修复版本设置错误
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Apr 22, 2024
1 parent 7787bcb commit 7689f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-xlarge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- run: |
VERSION=${{ github.ref }}
VERSION=${VERSION#refs/heads/build/v}
VERSION=${VERSION#refs/heads/buildxlarge/v}
echo "VERSION=$VERSION" >> $GITHUB_ENV
- run: npm run install:ci
Expand Down

0 comments on commit 7689f94

Please sign in to comment.