Skip to content

Commit

Permalink
Update auto-pull-request-by-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenEarth authored Jul 5, 2024
1 parent 8260e24 commit d2644b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pull-request-by-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
git config --global user.name "SevenEarth"
git checkout -b "feat/sync_provider_v${version}"
cd provider && go get -v github.com/tencentcloudstack/terraform-provider-tencentcloud@v${{ steps.generate-code.outputs.version }} && go mod tidy && cd -
cd provider && go get -v github.com/tencentcloudstack/terraform-provider-tencentcloud@v${version} && go mod tidy && cd -
make tfgen
make provider
make build_sdks
Expand Down

0 comments on commit d2644b0

Please sign in to comment.