File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v3
2727 with :
2828 fetch-depth : 0
29- token : ${{ secrets.TRRACK_GITHUB_TOKEN }}
3029
3130 - name : Track main
3231 run : git branch --track main origin/main || echo "Already done"
@@ -77,15 +76,13 @@ jobs:
7776 - name : Core Release
7877 if : ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
7978 env :
80- GITHUB_TOKEN : ${{ secrets.TRRACK_GITHUB_TOKEN }}
8179 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
8280 run : |
8381 RUN=CI yarn nx run core:release
8482
8583 - name : Redux Release
8684 if : ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
8785 env :
88- GITHUB_TOKEN : ${{ secrets.TRRACK_GITHUB_TOKEN }}
8986 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
9087 run : |
9188 RUN=CI yarn nx run redux:release
You can’t perform that action at this time.
0 commit comments