File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "branches": ["main"],
2
+ "branches": [
3
+ "main"
4
+ ],
3
5
"plugins": [
4
6
"@semantic-release/commit-analyzer",
5
7
"@semantic-release/release-notes-generator",
8
10
{
9
11
"assets": [
10
12
{
11
- "path": "app/build/libs/app.jar",
13
+ "path": "app/build/libs/app.jar"
12
14
}
13
15
]
14
16
}
18
20
{
19
21
"replacements": [
20
22
{
21
- "files": ["Dockerfile"],
23
+ "files": [
24
+ "Dockerfile"
25
+ ],
22
26
"from": "ghcr.io/codingpot/github-org-member-manage-action:.*",
23
27
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version.split('.')[0]}",
24
28
"results": [
32
36
"countMatches": true
33
37
},
34
38
{
35
- "files": ["README.md"],
36
- "from": "\"codingpot/github-org-member-manage-action:v.*\"",
37
- "to": "\"codingpot/github-org-member-manage-action:v${nextRelease.version.split('.')[0]}\"",
39
+ "files": [
40
+ "README.md"
41
+ ],
42
+ "from": "\"codingpot/github-org-member-manage-action@v.*\"",
43
+ "to": "\"codingpot/github-org-member-manage-action@v${nextRelease.version.split('.')[0]}\"",
38
44
"results": [
39
45
{
40
46
"file": "README.md",
51
57
[
52
58
"@semantic-release/git",
53
59
{
54
- "assets": ["Dockerfile", "README.md"]
60
+ "assets": [
61
+ "Dockerfile",
62
+ "README.md"
63
+ ]
55
64
}
56
65
]
57
66
]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ members:
22
22
23
23
` ` ` yaml
24
24
steps :
25
- - uses : " codingpot/github-org-member-manage-action: v1"
25
+ - uses : " codingpot/github-org-member-manage-action@ v1"
26
26
with :
27
27
gh_token : ${{ secrets.GH_TOKEN }} # (required) Needs admin:org permission
28
28
members_filepath : members.yaml # (optional)
You can’t perform that action at this time.
0 commit comments