Skip to content

Commit

Permalink
Merge pull request #47 from samansmink/minor-fixes
Browse files Browse the repository at this point in the history
minor fixes + ci tools bump
  • Loading branch information
samansmink authored Jul 10, 2024
2 parents 1d1a550 + 9e79034 commit 3d1f5c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.0.0
with:
extension_name: aws
duckdb_version: v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion extension-ci-tools
2 changes: 1 addition & 1 deletion src/aws_secret.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static unique_ptr<BaseSecret> CreateAWSSecretFromCredentialChain(ClientContext &
}
}

return result;
return std::move(result);
}

void CreateAwsSecretFunctions::Register(DatabaseInstance &instance) {
Expand Down

0 comments on commit 3d1f5c8

Please sign in to comment.