Skip to content

Commit e8e162f

Browse files
authored
feat: bump to 0.12.0-alpha.1 (#157)
1 parent 1baddc1 commit e8e162f

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.github/workflows/release.yaml

-22
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@ jobs:
5151
release/adc_${{ env.RELEASE_VERSION }}_windows_amd64.zip
5252
release/adc_${{ env.RELEASE_VERSION }}_windows_arm64.zip
5353
54-
- name: Configure AWS S3 credentials
55-
uses: aws-actions/configure-aws-credentials@v1
56-
with:
57-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
58-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
59-
aws-region: us-west-2
60-
61-
- name: Upload ADC to AWS S3
62-
run: |
63-
aws s3 sync ./release s3://api7ai-docs-resources/adc/release
64-
6554
adc-macos:
6655
runs-on: macos-14
6756
steps:
@@ -104,14 +93,3 @@ jobs:
10493
files: |
10594
release/adc_${{ env.RELEASE_VERSION }}_darwin_arm64.tar.gz
10695
release/adc_${{ env.RELEASE_VERSION }}_darwin_amd64.tar.gz
107-
108-
- name: Configure AWS S3 credentials
109-
uses: aws-actions/configure-aws-credentials@v1
110-
with:
111-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
112-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
113-
aws-region: us-west-2
114-
115-
- name: Upload ADC to AWS S3
116-
run: |
117-
aws s3 sync ./release s3://api7ai-docs-resources/adc/release

apps/cli/src/command/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const setupCommands = (): Command => {
1616
program
1717
.configureHelp({ showGlobalOptions: true })
1818
.passThroughOptions()
19-
.version('0.11.1');
19+
.version('0.12.0-alpha.1');
2020

2121
program
2222
.addCommand(PingCommand)

0 commit comments

Comments
 (0)