mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 07:40:30 +08:00
fix release script
This commit is contained in:
parent
bee91f5401
commit
fa4505775d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: |
|
||||
git checkout main
|
||||
git checkout main && git pull origin main
|
||||
rm -rf target
|
||||
mvn -U -pl starrockswriter -am clean package assembly:assembly -Dmaven.test.skip=true
|
||||
cd target/datax/datax/plugin/writer/
|
||||
|
Loading…
Reference in New Issue
Block a user