We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d367692 commit c507be5Copy full SHA for c507be5
.github/workflows/upgrade-provider.yaml
@@ -29,7 +29,7 @@ jobs:
29
# TODO: remove end
30
- name: Test update provider and bridge and create a PR
31
run: |
32
- LATEST_TAG=$(git ls-remote --tags git@github.com:stackitcloud/terraform-provider-stackit | grep -oP 'refs/tags/v\d+\.\d+\.\d+$' |sed 's/refs\/tags\///' | sort -V | tail -n 1)
+ LATEST_TAG=$(git ls-remote --tags https://github.com/stackitcloud/terraform-provider-stackit | grep -oP 'refs/tags/v\d+\.\d+\.\d+$' |sed 's/refs\/tags\///' | sort -V | tail -n 1)
33
echo "$LATEST_TAG"
34
BRANCH_NAME="upgrade-terraform-provider-stackit-to-$LATEST_TAG"
35
echo "$BRANCH_NAME"
0 commit comments