Skip to content

Commit

Permalink
ci: local commit (#12844)
Browse files Browse the repository at this point in the history
* fix: local commit

* fix: local commit

* fix: local commit
  • Loading branch information
yuqizhou77 authored Dec 4, 2024
1 parent 62af22e commit 5577464
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,11 @@ jobs:
- name: enable prerelease only features
if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && (github.event.inputs.preid == 'alpha' || github.event.inputs.preid == 'beta')) }}
run: bash .github/scripts/prerelease-feature-control.sh

run: |
bash .github/scripts/prerelease-feature-control.sh
git add ./packages/vscode-extension/src/releaseBasedFeatureSettings.ts
git commit -m "build: adjust prerelease feature settings"
- name: disable chat participant environment variable
if: ${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.preid != 'alpha') }}
run: bash .github/scripts/chat-participant-disabled.sh
Expand Down

0 comments on commit 5577464

Please sign in to comment.