Skip to content

Commit

Permalink
Fix plugin downloading not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Gravity committed Mar 10, 2023
1 parent 951bf5a commit a7dd789
Show file tree
Hide file tree
Showing 151 changed files with 3,539 additions and 2,181 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
- name: Install Pulumi CLI
uses: pulumi/action-install-pulumi-cli@v2
- name: Set PreRelease Version
run: echo "GORELEASER_CURRENT_TAG=$(pulumictl get version --language generic)"
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)"
>> $GITHUB_ENV
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down Expand Up @@ -438,4 +438,4 @@ name: prerelease
on:
push:
tags:
- "*.*.*-**"
- "v*.*.*-**"
Loading

0 comments on commit a7dd789

Please sign in to comment.