Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hume committed Dec 12, 2023
1 parent cfbdb3a commit afc752d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ jobs:
with:
repo: pulumi/pulumictl

- run: make tfgen
- run: run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV

- uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: -p 3 release --rm-dist

- run: make build_python

Expand Down

0 comments on commit afc752d

Please sign in to comment.