Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmahfigma committed Jan 15, 2023
1 parent 8471b34 commit 233f4b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README_FIGMA.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ cd $repo
(
curl https://raw.githubusercontent.com/figma/terraform-provider-aws/figma/.goreleaser.yml > .goreleaser.yml
curl https://raw.githubusercontent.com/hashicorp/terraform-provider-scaffolding/main/.github/workflows/release.yml > .github/workflows/release.yml
Edit .github.workflows/release.yml to add `--timeout 120m to the goreleaser step
```
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0
with:
version: latest
args: release --rm-dist --timeout 120m
```
)
Expand Down

0 comments on commit 233f4b6

Please sign in to comment.