File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
permissions :
12
12
contents : write
13
+ packages : write
13
14
14
15
jobs :
15
16
test-build-publish :
33
34
run : bunx semantic-release
34
35
env :
35
36
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
36
- NPM_TOKEN : ${{secrets.NPM_TOKEN }}
37
+ NPM_TOKEN : ${{secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
1
+ * @ code-obos/boligjakt
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @nutgaard /dktp" ,
2
+ "name" : " @code-obos /dktp" ,
3
3
"version" : " 0.0.0-development" ,
4
4
"description" : " A simple cli to interact with Azure ContainerApps with arm/yaml templates" ,
5
5
"keywords" : [
10
10
],
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " https://github.com/nutgaard /dktp"
13
+ "url" : " https://github.com/code-obos /dktp"
14
14
},
15
15
"main" : " ./lib/index.js" ,
16
16
"bin" : {
20
20
" lib"
21
21
],
22
22
"publishConfig" : {
23
- "access " : " public "
23
+ "registry " : " https://npm.pkg.github.com "
24
24
},
25
25
"author" : " Nicklas Utgaard" ,
26
26
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments