File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' v*.*.*'
7+ workflow_dispatch :
8+
79
810jobs :
911 release :
2325 run : git fetch --tags --force
2426
2527 - name : Cache the build cache
26- uses : actions/cache@v2
28+ uses : actions/cache@v4
2729 with :
2830 path : |
2931 ~/go/pkg/mod
3335 ${{ runner.os }}-release
3436
3537 - name : Run GoReleaser
36- uses : goreleaser/goreleaser-action@v2
38+ uses : goreleaser/goreleaser-action@v6
3739 with :
3840 version : latest
39- args : release --rm-dist
41+ args : release --clean
4042 env :
4143 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ It can currently verify and deploy services of the following types:
1515Install the tool with ` go `
1616
1717``` bash
18- go install github.com/DandyDev /ploy
18+ go install github.com/source-ag /ploy
1919```
2020
2121## Usage
You can’t perform that action at this time.
0 commit comments