Skip to content

Commit

Permalink
Merge pull request #49 from tiagosiebler/feat/ts
Browse files Browse the repository at this point in the history
update publish action
  • Loading branch information
tiagosiebler authored Dec 26, 2020
2 parents fa4a7fe + 1dead0c commit 69ca3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/

#- run: npm ci
- run: npm ci
- run: npm run build
- run: npm publish
if: steps.version-updated.outputs.has-updated
Expand Down

0 comments on commit 69ca3b2

Please sign in to comment.