From 8ddd32bb4c739b4cda439274c05322bc099f0b51 Mon Sep 17 00:00:00 2001 From: Marc Fornos Date: Tue, 4 Jul 2023 15:57:02 +0200 Subject: [PATCH] set always auth --- .github/workflows/yarn-publish-github-packages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/yarn-publish-github-packages.yml b/.github/workflows/yarn-publish-github-packages.yml index 1d355d4..f7cdf9b 100644 --- a/.github/workflows/yarn-publish-github-packages.yml +++ b/.github/workflows/yarn-publish-github-packages.yml @@ -41,6 +41,7 @@ jobs: - run: yarn install --immutable - run: yarn build - run: yarn config set npmPublishRegistry https://npm.pkg.github.com/ + - run: yarn config set npmAlwaysAuth true - run: yarn workspace @sodazone/ocelloids npm publish --tolerate-republish --tag dev - run: yarn workspace @sodazone/ocelloids-contracts npm publish --tolerate-republish --tag dev env: