Skip to content

Commit

Permalink
fix:github action formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Bentley authored and Tony Bentley committed Dec 30, 2023
1 parent 9197e15 commit 6c82e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build artifact
run: npm run build && rm -rf public && mv build public && ls public -la

- name: publish dry-run
- name: publish
run: npm publish
env:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6c82e5a

Please sign in to comment.