File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717jobs :
1818 release :
1919 runs-on : ubuntu-latest
20+ environment : Release
21+ permissions :
22+ contents : write
23+ packages : write
2024 steps :
2125 - name : Checkout
2226 uses : actions/checkout@v4
3337 version : " ~> v2"
3438 args : release --clean
3539 env :
36- HOMEBREW_TAP_GH_TOKEN : ${{ secrets.HOMEBREW_TAP_GH_TOKEN }}
37-
40+ GITHUB_TOKEN : ${{ secrets.HOMEBREW_TAP_GH_TOKEN }}
Original file line number Diff line number Diff line change 1111# Output of the go coverage tool, specifically when used with LiteIDE
1212* .out
1313
14- # Go workspace file
15- go.work
16-
1714# IDE specific files
1815.idea /
1916* .swp
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ archives:
2929 name_template : " construct_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
3030 files :
3131 - README.md
32- - LICENSE*
33- - CHANGELOG.md
3432
3533checksum :
3634 name_template : " construct_{{ .Version }}_checksums.txt"
@@ -56,10 +54,10 @@ release:
5654brews :
5755 - name : construct
5856 repository :
59- owner : " {{ .Env.GITHUB_OWNER | default \" furisto\" }} "
57+ owner : furisto
6058 name : homebrew-tap
6159 branch : main
62- token : " {{ .Env.HOMEBREW_TAP_GH_TOKEN }}"
60+ token : " {{ .Env.GITHUB_TOKEN }}"
6361 commit_author :
6462 name : Thomas Schubart
6563 email : 24721048+Furisto@users.noreply.github.com
@@ -71,14 +69,6 @@ brews:
7169 test : |
7270 system "#{bin}/construct", "version"
7371
74- env :
75- - GITHUB_TOKEN
76- - GITHUB_OWNER
77-
78- git :
79- ignore_tags :
80- - " {{ .Env.SKIP_VALIDATE | default \" false\" }}"
81-
8272# Uncomment if you want to skip builds for missing git tags during development
8373# snapshot:
8474# skip_publish: true
Original file line number Diff line number Diff line change 1+ go 1.24.1
2+
3+ use (
4+ ./api/go
5+ ./backend
6+ ./frontend/cli
7+ ./shared
8+ )
You can’t perform that action at this time.
0 commit comments