Skip to content

Commit

Permalink
ci: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 6, 2024
1 parent c32019c commit ab9e829
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Authentication
run: echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
run: |
echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit ab9e829

Please sign in to comment.