Skip to content

Commit

Permalink
fix: we still need pulumictl for build
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed May 10, 2023
1 parent 4e80e50 commit 849c37e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,18 @@ jobs:
with:
go-version: ${{matrix.goversion}}

- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@c5ead9a448b4660cf1e7866ee22e4dc56538031a # tag=v1.10.0
with:
repo: pulumi/pulumictl

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # tag=v4.2.0
with:
args: -p 3 release --rm-dist
version: latest

- name: Create Tag
- name: Create ag
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # tag=v6.4.1
with:
script: |
Expand Down

0 comments on commit 849c37e

Please sign in to comment.