We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9971a72 commit ae6436bCopy full SHA for ae6436b
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Semantic Release
53
if: success()
54
env:
55
- GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
run: |
57
cp -r /tmp/node_modules node_modules
58
cp /tmp/package-lock.json package-lock.json
.releaserc
@@ -6,11 +6,7 @@
6
"@semantic-release/release-notes-generator",
7
"@semantic-release/changelog",
8
[
9
- "@semantic-release/github",
10
- {
11
- "githubUrl": "https://github.com",
12
- "githubApiPathPrefix": "/api/v3"
13
- }
+ "@semantic-release/github"
14
]
15
16
}
0 commit comments