Skip to content

Commit ae6436b

Browse files
feat: initial release
* ci: use workflow token for release * ci: remove extra settings only needed for GHE * ci: remove extra comma
1 parent 9971a72 commit ae6436b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Semantic Release
5353
if: success()
5454
env:
55-
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
55+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
run: |
5757
cp -r /tmp/node_modules node_modules
5858
cp /tmp/package-lock.json package-lock.json

.releaserc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"@semantic-release/release-notes-generator",
77
"@semantic-release/changelog",
88
[
9-
"@semantic-release/github",
10-
{
11-
"githubUrl": "https://github.com",
12-
"githubApiPathPrefix": "/api/v3"
13-
}
9+
"@semantic-release/github"
1410
]
1511
]
1612
}

0 commit comments

Comments
 (0)