Skip to content

Commit aa4d304

Browse files
ci: update workflows
1 parent 544b788 commit aa4d304

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci
33
on:
44
push:
55
branches:
6+
- beta
67
- main
78
pull_request: {}
89

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)