Skip to content

Commit

Permalink
chore: test publishing package (#16)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
k-capehart authored May 22, 2024
1 parent ee88a42 commit 4ff62d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4ff62d0

Please sign in to comment.