Skip to content

Commit

Permalink
fix: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangNguyen17193 committed Sep 19, 2024
1 parent 2512cef commit 340c4a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish:
if: ${{ true == startsWith(github.event.release.tag_name, 'connect') }}
if: ${{ true == startsWith(github.event.release.tag_name, 'tanto=connect') }}
runs-on: ubuntu-latest
environment: npm-production

Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build
run: cd packages/connect && yarn build

- name: Publish @sky-mavis/tanto-kit/connect
- name: Publish @sky-mavis/tanto-connect
run: cd packages/connect && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"stylelint": "15.10.1",
"stylelint-config-prettier-scss": "0.0.1",
"stylelint-config-standard-scss": "6.1.0",
"typechain": "^8.3.2"
"typechain": "8.3.2"
},
"resolutions": {
"@types/react": "18.2.79",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10234,7 +10234,7 @@ type-fest@^1.0.1, type-fest@^1.2.1, type-fest@^1.2.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==

typechain@^8.3.2:
[email protected]:
version "8.3.2"
resolved "https://registry.yarnpkg.com/typechain/-/typechain-8.3.2.tgz#1090dd8d9c57b6ef2aed3640a516bdbf01b00d73"
integrity sha512-x/sQYr5w9K7yv3es7jo4KTX05CLxOf7TRWwoHlrjRh8H82G64g+k7VuWPJlgMo6qrjfCulOdfBjiaDtmhFYD/Q==
Expand Down

0 comments on commit 340c4a2

Please sign in to comment.