Skip to content

Commit

Permalink
Merge pull request #762 from pulumi/tg/fix-ci-build
Browse files Browse the repository at this point in the history
specify pulumi version correctly
  • Loading branch information
tgummerer authored Mar 1, 2024
2 parents bcacd29 + b755168 commit 074524b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install Pulumi CLI
uses: pulumi/actions@v5
with:
pulumi-version: ${{ env.PULUMI_VERSION != '' && format('v{0}', env.PULUMI_VERSION) || dev }}
pulumi-version: ${{ env.PULUMI_VERSION != '' && format('v{0}', env.PULUMI_VERSION) || 'dev' }}
- run: pulumi version
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 074524b

Please sign in to comment.