File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,16 +9,20 @@ concurrency:
99
1010permissions :
1111 contents : write
12- pages : write
12+ issues : write
13+ pull-requests : write
1314 id-token : write
1415
16+ env :
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18+
1519jobs :
16- build :
17- uses : ./.github/workflows/ci.yml
20+ # build:
21+ # uses: ./.github/workflows/ci.yml
1822
1923 deploy :
2024 runs-on : ubuntu-latest
21- needs : [build]
25+ # needs: [build]
2226 permissions :
2327 contents : write
2428 issues : write
@@ -27,18 +31,20 @@ jobs:
2731
2832 steps :
2933 - uses : actions/checkout@v4
34+ with :
35+ fetch-depth : 0
3036 - uses : actions/setup-node@v4
3137 with :
3238 node-version-file : .nvmrc
3339 cache : yarn
3440 - run : yarn install --immutable
3541 - run : cp ./README.md ./package/README.md
3642 - run : yarn build
37- - run : yarn release
43+ - run : yarn release -- --dry-run --debug
3844 env :
39- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
45+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4046 YARN_NPM_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
4147
42- pages :
43- uses : ./.github/workflows/pages.yml
44- needs : [deploy]
48+ # pages:
49+ # uses: ./.github/workflows/pages.yml
50+ # needs: [deploy]
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments