Skip to content

Commit

Permalink
Add auto-deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Apr 6, 2021
1 parent d515632 commit 89a581f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: steps.autotagger.outputs.tagname != ''
uses: author/action-publish@stable
with:
scan: ./dist
scan: ./
env:
REGISTRY_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}

Expand Down

0 comments on commit 89a581f

Please sign in to comment.