mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
chore: ci version bump with policy
This commit is contained in:
parent
e6e31712ee
commit
613351c770
2
.github/workflows/publish-app.yml
vendored
2
.github/workflows/publish-app.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
]" > common/config/rush/version-policies.json
|
]" > common/config/rush/version-policies.json
|
||||||
- name: Version Bump
|
- name: Version Bump
|
||||||
run: node common/scripts/install-run-rush.js version --bump
|
run: node common/scripts/install-run-rush.js version --bump --version-policy appPolicy
|
||||||
- name: Publish
|
- name: Publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
||||||
|
|||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
]" > common/config/rush/version-policies.json
|
]" > common/config/rush/version-policies.json
|
||||||
- name: Version Bump
|
- name: Version Bump
|
||||||
run: node common/scripts/install-run-rush.js version --bump
|
run: node common/scripts/install-run-rush.js version --bump --version-policy publishPolicy
|
||||||
- name: Publish
|
- name: Publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user