Skip to content

Commit

Permalink
Merge pull request #15 from 10play/naming2
Browse files Browse the repository at this point in the history
fix: cd
  • Loading branch information
GuySerfaty committed Feb 6, 2024
2 parents 11b3636 + 39615dc commit 8ff1bd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
release:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
},
"homepage": "https://github.com/10play/10Tap-Editor#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
Expand Down

0 comments on commit 8ff1bd2

Please sign in to comment.