Skip to content

Commit

Permalink
💚 (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Sep 10, 2024
1 parent 9cba5ea commit baa6b54
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
3 changes: 1 addition & 2 deletions packages/skia/.releaserc
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"extends": "semantic-release-monorepo",
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
"semantic-release-yarn",
{
"npmPublish": true
}
Expand Down
2 changes: 1 addition & 1 deletion packages/skia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"react-native-reanimated": "^3.15.1",
"rimraf": "3.0.2",
"semantic-release": "^24.1.0",
"semantic-release-monorepo": "^8.0.2",
"semantic-release-yarn": "^3.0.2",
"ts-jest": "29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit baa6b54

Please sign in to comment.