Skip to content

Commit 171d850

Browse files
Arunkumarcsarunt2s
andauthored
fix(package): correct repository URL (#5)
* fix(package): correct repository URL * fix: github flow fix --------- Co-authored-by: arunt2s <[email protected]>
1 parent 82e131f commit 171d850

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77

88
jobs:
99
release:
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
issues: write
14+
packages: write
15+
releases: write
1016
runs-on: ubuntu-latest
1117
steps:
1218
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/Arunkumarcs/-arunkumar_h-rule-engine.git"
12+
"url": "https://github.com/Arunkumarcs/rule-engine.git"
1313
},
1414
"bugs": {
1515
"url": "https://github.com/Arunkumarcs/-arunkumar_h-rule-engine/issues"

0 commit comments

Comments
 (0)