File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 sed -i -e 's/version = .*$/version = ${{ steps.release.outputs.VERSION }}/g' setup.cfg
4343 cat setup.cfg
4444 git add .
45- git commit -m "Update: change version to $NEW_VERSION "
46- git push "https://$GITHUB_ACTOR:[email protected] /$GITHUB_REPOSITORY.git" HEAD:"release-$NEW_VERSION " 45+ git commit -m "Update: change version to ${{ steps.release.outputs.VERSION }} "
46+ git push "https://$GITHUB_ACTOR:[email protected] /$GITHUB_REPOSITORY.git" HEAD:"release-${{ steps.release.outputs.VERSION }} " 4747
4848 - name : Build DongTai Core Package
4949 run : |
5757
5858 - name : Upload to oss
5959 run : |
60- ossutil cp -rf ./dist/dongtai-${{ steps.get_release_version .outputs.VERSION }}.tar.gz oss://huoqi-public/iast/dongtai-${{ steps.get_release_version .outputs.VERSION }}.tar.gz --meta x-oss-object-acl:public-read
61- ossutil cp -rf ./dist/dongtai-${{ steps.get_release_version .outputs.VERSION }}.tar.gz oss://huoqi-public/iast/dongtai-latest.tar.gz --meta x-oss-object-acl:public-read
60+ ossutil cp -rf ./dist/dongtai-${{ steps.release .outputs.VERSION }}.tar.gz oss://huoqi-public/iast/dongtai-${{ steps.release .outputs.VERSION }}.tar.gz --meta x-oss-object-acl:public-read
61+ ossutil cp -rf ./dist/dongtai-${{ steps.release .outputs.VERSION }}.tar.gz oss://huoqi-public/iast/dongtai-latest.tar.gz --meta x-oss-object-acl:public-read
You can’t perform that action at this time.
0 commit comments