File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99 contents : write
1010
1111jobs :
12- goreleaser :
12+ releaser :
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
@@ -26,12 +26,12 @@ jobs:
2626 run : make build
2727
2828 - name : Compress binary
29- run : tar -C bin -czvf helmbin.tar.gz helmbin
29+ run : tar -C bin -czvf helmbin.tgz helmbin
3030
31- - name : publish release
31+ - name : Publish release
3232 uses : marvinpinto/action-automatic-releases@latest
3333 with :
34- automatic_release_tag : latest
34+ automatic_release_tag : development
3535 repo_token : ${{ secrets.GITHUB_TOKEN }}
3636 prerelease : true
3737 title : Development Release Build
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99 contents : write
1010
1111jobs :
12- goreleaser :
12+ releaser :
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
You can’t perform that action at this time.
0 commit comments