Skip to content

Commit 6b5ff35

Browse files
authored
fix ci
1 parent 9391c4a commit 6b5ff35

File tree

6 files changed

+946
-938
lines changed

6 files changed

+946
-938
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
retry_on: error
112112
command: yarn install --immutable
113113
- name: Publish to yarn/npm
114-
run: yarn npm publish
114+
run: yarn npm publish --provenance
115115
env:
116116
NODE_AUTH_TOKEN: ''
117117

-23.2 KB
Binary file not shown.

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.5.3-git.20241125.hash-8bfe2d5.cjs

Lines changed: 0 additions & 934 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
npmPublishAccess: public
66

7-
yarnPath: .yarn/releases/yarn-4.5.3-git.20241125.hash-8bfe2d5.cjs
7+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Transcend Inc.",
33
"name": "@transcend-io/internationalization",
44
"description": "Internationalization configuration for the monorepo",
5-
"version": "2.3.1",
5+
"version": "2.3.2",
66
"homepage": "https://github.com/transcend-io/internationalization",
77
"repository": {
88
"type": "git",
@@ -42,5 +42,5 @@
4242
"ts-node": "^10.5.0",
4343
"typescript": "^4.9.5"
4444
},
45-
"packageManager": "yarn@3.2.0"
45+
"packageManager": "yarn@4.12.0"
4646
}

0 commit comments

Comments
 (0)