From 4ff62d0ab90bd85789c09cfa423e96c03bf9bf18 Mon Sep 17 00:00:00 2001 From: Kyle Capehart Date: Wed, 22 May 2024 13:12:33 -0400 Subject: [PATCH] chore: test publishing package (#16) * chore: test publishing package * chore: test publishing package * chore: change version number * chore: test workflows * chore: test workflows * chore: test workflows * chore: test workflows * chore: update workflows --- .github/workflows/onRelease.yml | 8 +++----- package.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 597ef99..4b80d5a 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -31,9 +31,7 @@ jobs: with: node-version: 20.x registry-url: 'https://registry.npmjs.org' - always-auth: true - - run: npm install - - run: npm ci - - run: npm publish + - run: yarn + - run: yarn publish env: - NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 7201e91..91999a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kc-sf-plugin", "description": "Various commands for enabling salesforce development with the sf cli", - "version": "1.1.2", + "version": "1.1.7", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public"