Skip to content

Commit

Permalink
chore: update onRelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed May 22, 2024
1 parent 35f0bed commit 746ef06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build
always-auth: true
- run: yarn
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24 changes: 0 additions & 24 deletions .github/workflows/test-releases.yml

This file was deleted.

0 comments on commit 746ef06

Please sign in to comment.