File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 9
9
release :
10
10
name : GitHub Release
11
11
runs-on : ubuntu-latest
12
+ permissions :
13
+ contents : write
14
+ issues : write
15
+ pull-requests : write
12
16
13
17
steps :
14
18
- name : Checkout
24
28
25
29
- name : Run semantic-release
26
30
env :
27
- GH_TOKEN : ${{ secrets.GH_TOKEN }}
31
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
32
run : npm run release
Original file line number Diff line number Diff line change 1
1
{
2
- "branches": ["main"],
3
- "repositoryUrl": "https://github.com/itszeeshan/react-custom-hooks",
4
- "plugins": [
5
- "@semantic-release/commit-analyzer",
6
- "@semantic-release/release-notes-generator",
7
- "@semantic-release/changelog",
8
- "@semantic-release/github",
9
- "@semantic-release/npm"
10
- ]
2
+ "branches": ["main"],
3
+ "repositoryUrl": "https://github.com/itszeeshan/react-custom-hooks",
4
+ "plugins": [
5
+ "@semantic-release/commit-analyzer",
6
+ "@semantic-release/release-notes-generator",
7
+ "@semantic-release/changelog",
8
+ "@semantic-release/github",
9
+ "@semantic-release/npm"
10
+ ]
11
11
}
12
+
You can’t perform that action at this time.
0 commit comments