Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
joac committed Mar 22, 2023
1 parent aad7109 commit d052d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm publish
cd dist && npm publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pickled-cucumber",
"version": "4.0.1",
"version": "4.0.2",
"description": "Cucumber test runner with several condiments",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit d052d5d

Please sign in to comment.