Skip to content

Commit

Permalink
Commenting out the setting of the provider version env var
Browse files Browse the repository at this point in the history
  • Loading branch information
pierskarsenbarg committed Aug 23, 2024
1 parent a01ac57 commit c660e7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
uses: actions/checkout@v4
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Set Provider Version
uses: pulumi/provider-version-action@v1
with:
set-env: PROVIDER_VERSION
# - name: Set Provider Version
# uses: pulumi/provider-version-action@v1
# with:
# set-env: PROVIDER_VERSION
- if: matrix.language == 'go'
name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit c660e7a

Please sign in to comment.