Skip to content

Commit

Permalink
update publish workflow with final settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nthurow committed Feb 9, 2024
1 parent e2edc38 commit 0a6d15b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
uses: Optum/react-hooks/.github/actions/setup@main

- name: Publish
run: echo Publishing...
run: |
yarn config set npmAuthToken ${{ secrets.NPM_AUTH_TOKEN }} -H
yarn npm publish

0 comments on commit 0a6d15b

Please sign in to comment.