Skip to content

Commit f71b2d9

Browse files
committed
chore(release): Fix workflow
1 parent 842d228 commit f71b2d9

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 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

@@ -34,11 +34,11 @@ jobs:
3434
- run: yarn install --immutable
3535
- run: cp ./README.md ./package/README.md
3636
- run: yarn build
37-
- run: yarn release
37+
- run: yarn release -- --dry-run --debug
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141

42-
pages:
43-
uses: ./.github/workflows/pages.yml
44-
needs: [deploy]
42+
# pages:
43+
# uses: ./.github/workflows/pages.yml
44+
# needs: [deploy]

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)