Skip to content

Commit

Permalink
update pulumictl
Browse files Browse the repository at this point in the history
  • Loading branch information
bshelton committed Mar 26, 2024
1 parent 3529902 commit 61e3485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
always-auth: true
- name: Install pulumictl
run: curl -L /~https://github.com/pulumi/pulumictl/releases/download/v0.0.25/pulumictl-v0.0.25-linux-amd64.tar.gz | sudo tar zxv -C /usr/bin -f- pulumictl
run: curl -L /~https://github.com/pulumi/pulumictl/releases/download/v0.0.25/pulumictl-v0.0.46-linux-amd64.tar.gz | sudo tar zxv -C /usr/bin -f- pulumictl
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 61e3485

Please sign in to comment.