Skip to content

Commit 21741db

Browse files
authored
chore(release): Fix workflow (#188)
1 parent 842d228 commit 21741db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
cancel-in-progress: true
99

1010
permissions:
11-
contents: write
11+
contents: read
1212
pages: write
1313
id-token: write
1414

@@ -36,7 +36,7 @@ jobs:
3636
- run: yarn build
3737
- run: yarn release
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141

4242
pages:

package/.releaserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/semantic-release",
3+
"repositoryUrl": "https://github.com/stackbuilders/react-native-spotlight-tour.git",
34
"branches": ["main"],
45
"plugins": [
56
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)