Skip to content

Commit

Permalink
update publish workflow with final settings (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
nthurow authored Feb 9, 2024
1 parent e2edc38 commit 2b58074
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 2b58074

Please sign in to comment.