File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Release
22
33on :
4- workflow_dispatch :
4+ push :
5+ # workflow_dispatch:
56
67concurrency :
78 group : release
89 cancel-in-progress : true
910
10- permissions :
11- contents : read
12- pages : write
13- id-token : write
11+ # permissions:
12+ # contents: read
13+ # pages: write
14+ # id-token: write
1415
1516jobs :
16- build :
17- uses : ./.github/workflows/ci.yml
17+ # build:
18+ # uses: ./.github/workflows/ci.yml
1819
1920 deploy :
2021 runs-on : ubuntu-latest
21- needs : [build]
22+ # needs: [build]
2223 permissions :
2324 contents : write
2425 issues : write
@@ -35,10 +36,10 @@ jobs:
3536 - run : cp ./README.md ./package/README.md
3637 - run : yarn build
3738 - run : yarn release
38- env :
39- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40- YARN_NPM_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
39+ # env:
40+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+ # YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4142
42- pages :
43- uses : ./.github/workflows/pages.yml
44- needs : [deploy]
43+ # pages:
44+ # uses: ./.github/workflows/pages.yml
45+ # needs: [deploy]
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/semantic-release" ,
33 "repositoryUrl" : " https://github.com/stackbuilders/react-native-spotlight-tour.git" ,
4- "branches" : [" main " ],
4+ "branches" : [" chore/check-tokens-access " ],
55 "plugins" : [
66 " @semantic-release/commit-analyzer" ,
77 " @semantic-release/release-notes-generator" ,
8- " semantic-release-yarn" ,
98 " @semantic-release/github"
109 ]
1110}
You can’t perform that action at this time.
0 commit comments