File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ concurrency:
88 cancel-in-progress : true
99
1010permissions :
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]
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