Skip to content

Commit

Permalink
removed yarn cache to fix post cleanup error
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert-de-lalye committed Oct 31, 2024
1 parent 7152624 commit 18b593f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
node-version: "20"
registry-url: "https://registry.npmjs.org/"
always-auth: true
scope: "@gmx"
scope: "@gmx-io"
auth-token: ${{ secrets.NPM_TOKEN }}
cache: "yarn"

- name: Install dependencies
working-directory: ./sdk
Expand Down
3 changes: 3 additions & 0 deletions sdk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# For publish
.npmrc

typechain-types

package-lock.json
Expand Down

0 comments on commit 18b593f

Please sign in to comment.