Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zaherg committed May 12, 2024
1 parent 084040b commit 20a4051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20'
- run:
npm ci
npm run build
- run: |
npm ci
npm run build
- uses: JS-DevTools/npm-publish@v3
with:
access: public
Expand Down

0 comments on commit 20a4051

Please sign in to comment.