File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - main
77 tags :
8- - ' v* '
8+ - " v* "
99 pull_request :
1010 branches :
1111 - main
4040 - name : Set up Go
4141 uses : actions/setup-go@v5
4242 with :
43- go-version : ' 1.24'
43+ go-version : " 1.24"
4444
4545 - name : golangci-lint
4646 uses : golangci/golangci-lint-action@v6
@@ -160,6 +160,7 @@ jobs:
160160 runs-on : ubuntu-latest
161161 needs : [format, lint, test]
162162 if : startsWith(github.ref, 'refs/tags/v')
163+ environment : default
163164 steps :
164165 - name : Checkout
165166 uses : actions/checkout@v4
@@ -215,6 +216,7 @@ jobs:
215216 runs-on : ubuntu-latest
216217 needs : [format, lint, test]
217218 if : github.event_name == 'push' && github.ref == 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/')
219+ environment : default
218220 steps :
219221 - name : Checkout
220222 uses : actions/checkout@v4
@@ -304,4 +306,4 @@ jobs:
304306 prerelease : false
305307 generate_release_notes : true
306308 env :
307- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
309+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments