Skip to content

Commit

Permalink
Don't set provider version during pulumi upgrades (#1332)
Browse files Browse the repository at this point in the history
This causes the version to flip-flop between builds.

We don't want a real version because we're pushing the code back as a
PR.
  • Loading branch information
danielrbradley authored Jun 26, 2024
1 parent 970921f commit a1383ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
if ! git diff-files --quiet; then
echo changes=1 >> "$GITHUB_OUTPUT"
fi
- name: Calculate build version
if: steps.gomod.outputs.changes != 0
uses: pulumi/provider-version-action@v1
with:
set-env: PROVIDER_VERSION
- name: Setup Node
if: steps.gomod.outputs.changes != 0
uses: actions/setup-node@v4
Expand Down

0 comments on commit a1383ea

Please sign in to comment.