File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
run : make generate-sources
57
57
58
58
- name : Run GoReleaser
59
- uses : goreleaser/goreleaser-action@v4
59
+ uses : goreleaser/goreleaser-action@v5
60
60
with :
61
61
distribution : goreleaser-pro
62
62
version : latest
Original file line number Diff line number Diff line change 59
59
run : |
60
60
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
61
61
62
- - uses : goreleaser/goreleaser-action@v4
62
+ - uses : goreleaser/goreleaser-action@v5
63
63
if : steps.cache.outputs.cache-hit != 'true' # do not run if cache hit
64
64
with :
65
65
distribution : goreleaser-pro
@@ -122,7 +122,7 @@ jobs:
122
122
username : ${{ github.repository_owner }}
123
123
password : ${{ secrets.GITHUB_TOKEN }}
124
124
125
- - uses : goreleaser/goreleaser-action@v4
125
+ - uses : goreleaser/goreleaser-action@v5
126
126
if : steps.cache.outputs.cache-hit != 'true' # do not run if cache hit
127
127
with :
128
128
distribution : goreleaser-pro
You can’t perform that action at this time.
0 commit comments