Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenRamadan committed Oct 27, 2023
1 parent 3c23b78 commit 916eb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
{ "release": "patch", "type": "chore" },
{ "release": false, "type": "chore", "scope": "deps-dev" },
{ "release": "patch", "type": "chore", "scope": "deps-dev", "subject": "bump typescript from*" },
{ "release": "patch", "type": "chore", "scope": "deps-dev", "subject": "bump @zeit/ncc from*" },
{ "release": "patch", "type": "chore", "scope": "deps-dev", "subject": "bump @vercel/ncc from*" },
{ "release": "patch", "type": "ci" },
{ "release": "patch", "type": "improvement" },
{ "release": "patch", "type": "refactor" },
Expand Down

0 comments on commit 916eb19

Please sign in to comment.