mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
ci: remove duplicate version script (#3704)
This commit is contained in:
parent
b2b15723b5
commit
5ef2d7fb48
1 changed files with 0 additions and 6 deletions
6
.github/workflows/changesets.yml
vendored
6
.github/workflows/changesets.yml
vendored
|
@ -35,12 +35,6 @@ jobs:
|
||||||
git config --global user.email bot@silverhand.io
|
git config --global user.email bot@silverhand.io
|
||||||
git config --global user.name silverhand-bot
|
git config --global user.name silverhand-bot
|
||||||
|
|
||||||
- name: Version packages
|
|
||||||
run: |
|
|
||||||
node .scripts/version.js
|
|
||||||
pnpm i --no-frozen-lockfile
|
|
||||||
git status
|
|
||||||
|
|
||||||
- name: Create pull request
|
- name: Create pull request
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
uses: changesets/action@v1
|
uses: changesets/action@v1
|
||||||
|
|
Loading…
Reference in a new issue