Skip to content

Commit

Permalink
Added build provider step
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondshtogu committed Aug 3, 2023
1 parent 7375a2e commit 59e51fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
with:
repo: pulumi/pulumictl

- name: Build Provider
run: make gen provider

- name: Set PreRelease Version
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV

Expand Down

0 comments on commit 59e51fb

Please sign in to comment.