Skip to content

Commit 165df8d

Browse files
authored
Merge pull request element-plus#14295 from element-plus/dev
D2M
2 parents 0e0f43c + ace0834 commit 165df8d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎.github/workflows/publish-npm-nightly.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: echo "//registry.npmjs.com/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" >> ./.npmrc
7575

7676
- name: Update npm
77-
run: npm install npm@latest -g
77+
run: npm install npm@9 -g
7878

7979
- name: Set Nightly
8080
run: sh ./scripts/nightly.sh

‎.github/workflows/publish-npm.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: echo "//registry.npmjs.com/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" >> ./.npmrc
7474

7575
- name: Update npm
76-
run: npm install npm@latest -g
76+
run: npm install npm@9 -g
7777

7878
- name: Build&publish
7979
run: sh ./scripts/publish.sh

‎CHANGELOG.en-US.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
## Changelog
2+
3+
### 2.3.14
4+
5+
_2023-09-14_
6+
7+
Fix release error. The changelog is the same as 2.3.13.
8+
29

310
### 2.3.13
411

0 commit comments

Comments
 (0)