Skip to content

Commit

Permalink
fix(ci): compute PROVIDER_VERSION using major version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gCyrille committed Feb 27, 2025
1 parent 58bc5e7 commit 804726c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ upstream-provider-repo: terraform-provider-xenorchestra

# major version of the current provider - used in make files
# This should always be set by all providers as this is key to go module paths.
major-version: 1
major-version: 2

# Enable using the terraform converter for example generation.
pulumiConvert: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: pulumi/provider-version-action@f96d032a2758fdda7939e5728eff6c0d980ae894 # v1.6.0
id: provider-version
with:
major-version: 1
major-version: 2
set-env: 'PROVIDER_VERSION'
- name: Cache examples generation
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
Expand Down

0 comments on commit 804726c

Please sign in to comment.