diff --git a/.github/workflows/publish-pr-snapshot.yml b/.github/workflows/publish-pr-snapshot.yml index eccc803f06..82b9e4881d 100644 --- a/.github/workflows/publish-pr-snapshot.yml +++ b/.github/workflows/publish-pr-snapshot.yml @@ -24,3 +24,4 @@ jobs: - run: yarn workspaces foreach --no-private npm publish --tolerate-republish --tag pr${{ github.event.pull_request.number }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/packages/balances/src/types/balances.ts b/packages/balances/src/types/balances.ts index c326502026..26035fe88c 100644 --- a/packages/balances/src/types/balances.ts +++ b/packages/balances/src/types/balances.ts @@ -15,8 +15,6 @@ import { includeInTotalExtraAmount, } from "./balancetypes" -// HELLLLLLOOOOOOOOOO GITHUB WAKE UP PLS - /** * Have the importing library define its Token and BalanceJson enums (as a sum type of all plugins) and pass them into some * internal global typescript context, which is then picked up on by this module.