File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 33on :
44 push :
55 branches :
6+ - beta
67 - main
78 pull_request : {}
89
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 cache-dependency-path : ' **/pnpm-lock.yaml'
3636 - name : Install
3737 run : pnpm install --frozen-lockfile --prefer-offline
38- - name : Release
39- env :
40- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
42- run : |
43- TAG="$(${{ github.ref_name == 'main' }} && echo 'latest' || echo '${{ github.ref_name }}')"
44- RELEASE_TAG=$TAG npx semantic-release
38+ # - name: Release
39+ # env:
40+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42+ # run: |
43+ # TAG="$(${{ github.ref_name == 'main' }} && echo 'latest' || echo '${{ github.ref_name }}')"
44+ # RELEASE_TAG=$TAG npx semantic-release
You can’t perform that action at this time.
0 commit comments