Skip to content

Commit baa6b54

Browse files
authored
💚 (#2624)
1 parent 9cba5ea commit baa6b54

File tree

4 files changed

+68
-128
lines changed

4 files changed

+68
-128
lines changed

.github/workflows/build-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
yarn release
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838

3939
- name: Deploy to GitHub Pages
4040
uses: peaceiris/actions-gh-pages@v3

packages/skia/.releaserc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"extends": "semantic-release-monorepo",
32
"branches": ["main"],
43
"plugins": [
54
"@semantic-release/commit-analyzer",
65
"@semantic-release/release-notes-generator",
76
[
8-
"@semantic-release/npm",
7+
"semantic-release-yarn",
98
{
109
"npmPublish": true
1110
}

packages/skia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"react-native-reanimated": "^3.15.1",
127127
"rimraf": "3.0.2",
128128
"semantic-release": "^24.1.0",
129-
"semantic-release-monorepo": "^8.0.2",
129+
"semantic-release-yarn": "^3.0.2",
130130
"ts-jest": "29.1.1",
131131
"ts-node": "^10.9.2",
132132
"typescript": "^5.2.2",

0 commit comments

Comments
 (0)