Skip to content

Commit 0d96b3a

Browse files
committed
Merge pull request 'fix: goreleaser action with go' (#1345) from fix/goreleaser-action-wth-go into master
Reviewed-on: https://gitea.obmondo.com/EnableIT/LinuxAid/pulls/1345
2 parents 180dabe + 7bad82a commit 0d96b3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitea/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- name: Set up Go
2222
uses: https://gitea.obmondo.com/Obmondo/[email protected]
23-
with:
24-
go-version-file: go.mod
25-
cache-dependency-path: go.sum
23+
2624
- name: Run GoReleaser
2725
uses: https://gitea.obmondo.com/Obmondo/[email protected]
2826
with:

0 commit comments

Comments
 (0)