Skip to content

Commit

Permalink
chore(*): configure release according to github docs
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Oct 9, 2024
1 parent 2fefd9d commit e9e3556
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: "https://registry.npmjs.org"
- name: Setup Git
run: |
git config user.name "Eric Richardson"
git config user.email "[email protected]"
- name: install dependencies
run: yarn --frozen-lockfile
- name: authorize npm publish
run: echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc
- name: build and release
run: |
PRE_RELEASE_OPTION=""
Expand All @@ -53,4 +52,4 @@ jobs:
env:
CI: true
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.ASSOCIATION_NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.ASSOCIATION_NPM_TOKEN }}

0 comments on commit e9e3556

Please sign in to comment.