From 3a077e10c2287dcb68122a8c0290a7cdcc368948 Mon Sep 17 00:00:00 2001 From: Mark Bumiller Date: Tue, 30 Jul 2024 10:57:09 -0400 Subject: [PATCH] using publish command for yarn v1 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d1cd85..5ba90e2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,6 @@ jobs: scope: '@airframes' - run: yarn install --frozen-lockfile - run: yarn build - - run: yarn npm publish + - run: yarn publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file