File tree 2 files changed +23
-24
lines changed
2 files changed +23
-24
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
uses : actions/checkout@v4
24
24
with :
25
25
repository : openstack/devstack
26
- ref : ' stable/2024.2'
26
+ ref : " stable/2024.2"
27
27
path : ./devstack
28
28
29
29
- name : Set up Go
30
30
uses : actions/setup-go@v5
31
31
with :
32
- go-version : ' 1.23.x'
32
+ go-version : " 1.23.x"
33
33
cache-dependency-path : |
34
34
./go.sum
35
35
./external-dns/go.sum
Original file line number Diff line number Diff line change 1
1
name : Build, Test and Release Binaries
2
- on :
3
- push
2
+ on : push
4
3
5
4
permissions :
6
5
contents : write
@@ -31,24 +30,24 @@ jobs:
31
30
needs : build
32
31
runs-on : ubuntu-latest
33
32
steps :
34
- - name : Checkout Repository
35
- uses : actions/checkout@v4
36
- - name : Login to GitHub Container Registry
37
- uses : docker/login-action@v3
38
- with :
39
- registry : ghcr.io
40
- username : ${{ github.actor }}
41
- password : ${{ secrets.GITHUB_TOKEN }}
42
- - name : Setup Go
43
- uses : actions/setup-go@v5
44
- with :
45
- go-version : 1.23.x
33
+ - name : Checkout Repository
34
+ uses : actions/checkout@v4
35
+ - name : Login to GitHub Container Registry
36
+ uses : docker/login-action@v3
37
+ with :
38
+ registry : ghcr.io
39
+ username : ${{ github.actor }}
40
+ password : ${{ secrets.GITHUB_TOKEN }}
41
+ - name : Setup Go
42
+ uses : actions/setup-go@v5
43
+ with :
44
+ go-version : 1.23.x
46
45
47
- - name : Run Goreleaser
48
- if : ${{ github.event_name != 'pull_request' }}
49
- env :
50
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51
- uses : goreleaser/goreleaser-action@v6
52
- with :
53
- version : ' ~> v2'
54
- args : release --clean
46
+ - name : Run Goreleaser
47
+ if : ${{ github.event_name != 'pull_request' }}
48
+ env :
49
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
+ uses : goreleaser/goreleaser-action@v6
51
+ with :
52
+ version : " ~> v2"
53
+ args : release --clean
You can’t perform that action at this time.
0 commit comments