Skip to content

Commit

Permalink
ensure that pulumictl is installed in the prerelease build
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Apr 2, 2021
1 parent 7063d87 commit 22e40f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
uses: pulumi/[email protected]
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,4 @@ name: release
push:
tags:
- v*.*.*
- !v*.*.*-**

0 comments on commit 22e40f5

Please sign in to comment.