Skip to content

Commit

Permalink
Merge pull request #14295 from element-plus/dev
Browse files Browse the repository at this point in the history
D2M
  • Loading branch information
iamkun authored Sep 14, 2023
2 parents 0e0f43c + ace0834 commit 165df8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: echo "//registry.npmjs.com/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" >> ./.npmrc

- name: Update npm
run: npm install npm@latest -g
run: npm install npm@9 -g

- name: Set Nightly
run: sh ./scripts/nightly.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: echo "//registry.npmjs.com/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" >> ./.npmrc

- name: Update npm
run: npm install npm@latest -g
run: npm install npm@9 -g

- name: Build&publish
run: sh ./scripts/publish.sh
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Changelog

### 2.3.14

_2023-09-14_

Fix release error. The changelog is the same as 2.3.13.


### 2.3.13

Expand Down

0 comments on commit 165df8d

Please sign in to comment.