File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,20 +22,16 @@ jobs:
2222 uses : actions/setup-go@v5
2323 with :
2424 go-version : ' >=1.22.5'
25- # - name: Run Tests
26- # run: |
27- # sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
28- # ./bin/task install
29- # ./bin/task tests
25+ - name : Run Tests
26+ run : |
27+ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
28+ ./bin/task install
29+ ./bin/task tests
3030 - name : Run GoReleaser
3131 uses : goreleaser/goreleaser-action@v6
3232 with :
33- # either 'goreleaser' (default) or 'goreleaser-pro'
3433 distribution : goreleaser
35- # 'latest', 'nightly', or a semver
3634 version : ' ~> v2'
3735 args : release --clean
3836 env :
3937 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40- # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
41- # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
Original file line number Diff line number Diff line change 1- 0.1.0-2408041354 .dev
1+ 0.1.0-2408041420 .dev
You can’t perform that action at this time.
0 commit comments