Skip to content

Commit

Permalink
💚 ci(all): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Jul 30, 2024
1 parent ca0ae32 commit 5a5acb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-exts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
refresh-token: '${{ secrets.CHOME_EXTENSION_REFRESH_TOKEN }}'
client-id: '${{ secrets.CHOME_EXTENSION_CLIENT_ID }}'
client-secret: '${{ secrets.CHOME_EXTENSION_CLIENT_SECRET }}'
zip-path: "packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-chrome.zip"
zip-path: packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-chrome.zip
extension-id: '${{steps.pkg.outputs.chrome_storeId}}'
continue-on-error: true

Expand All @@ -131,7 +131,7 @@ jobs:
client-id: ${{ secrets.EDGE_CLIENT_ID }}
client-secret: ${{ secrets.EDGE_CLIENT_SECRET }}
access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
zip-path: packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-edge.zip"
zip-path: packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-edge.zip
continue-on-error: true


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ This software is licensed with **[GPL-3.0](/LICENSE)**.

## 🐦 About us

*PigeonPosse* is a ✨ **code development collective** ✨ focused on creating practical and interesting tools that help developers and users enjoy a more agile and comfortable experience. Our projects cover various programming sectors and we do not have a thematic limitation in terms of projects.
_PigeonPosse_ is a ✨ **code development collective** ✨ focused on creating practical and interesting tools that help developers and users enjoy a more agile and comfortable experience. Our projects cover various programming sectors and we do not have a thematic limitation in terms of projects.

[![More](https://img.shields.io/badge/Read-more-grey?style=for-the-badge)](https://github.com/pigeonposse)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
}
],
"scripts": {
"prepare": "husky install .dev/husky",
"core": "pnpm --filter @s-8/core $@",
"core-react": "pnpm --filter @s-8/core-react $@",
"doc": "pnpm --filter @s-8/docs $@",
Expand Down Expand Up @@ -75,7 +74,8 @@
"update-version-files": "node .dev/update-version/main.mjs",
"release": "changeset publish",
"todo": "node --experimental-modules .dev/todo.mjs",
"readme": "node --experimental-modules .dev/readme.mjs"
"readme": "node --experimental-modules .dev/readme.mjs",
"prepare": "husky .dev/husky"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 5a5acb5

Please sign in to comment.