0
Fork 0
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:
Gao Sun 2023-04-17 16:44:06 +08:00 committed by GitHub
parent b2b15723b5
commit 5ef2d7fb48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,12 +35,6 @@ jobs:
git config --global user.email bot@silverhand.io
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
if: github.event_name == 'push'
uses: changesets/action@v1