Skip to content

Commit

Permalink
feat: bump to 0.12.0-alpha.1 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored Jul 22, 2024
1 parent 1baddc1 commit e8e162f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,6 @@ jobs:
release/adc_${{ env.RELEASE_VERSION }}_windows_amd64.zip
release/adc_${{ env.RELEASE_VERSION }}_windows_arm64.zip
- name: Configure AWS S3 credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2

- name: Upload ADC to AWS S3
run: |
aws s3 sync ./release s3://api7ai-docs-resources/adc/release
adc-macos:
runs-on: macos-14
steps:
Expand Down Expand Up @@ -104,14 +93,3 @@ jobs:
files: |
release/adc_${{ env.RELEASE_VERSION }}_darwin_arm64.tar.gz
release/adc_${{ env.RELEASE_VERSION }}_darwin_amd64.tar.gz
- name: Configure AWS S3 credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2

- name: Upload ADC to AWS S3
run: |
aws s3 sync ./release s3://api7ai-docs-resources/adc/release
2 changes: 1 addition & 1 deletion apps/cli/src/command/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const setupCommands = (): Command => {
program
.configureHelp({ showGlobalOptions: true })
.passThroughOptions()
.version('0.11.1');
.version('0.12.0-alpha.1');

program
.addCommand(PingCommand)
Expand Down

0 comments on commit e8e162f

Please sign in to comment.