Skip to content

Commit ef0756b

Browse files
committed
feat: cleanup
1 parent 2845040 commit ef0756b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Run tests
3939
run: |
40-
task cover
40+
go test -race -coverprofile=coverage.out -covermode=atomic ./...
4141
mkdir -p output
4242
cp coverage.out output/coverage.out
4343

.goreleaser.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
project_name: mach-composer-plugin-sentry
22

3-
env:
4-
- PRERELEASE={{ if index .Env "PRERELEASE" }}{{ .Env.PRERELEASE }}{{ else }}false{{ end }}
5-
63
builds:
74
- id: "mach-composer-plugin"
85
main: ./main.go
@@ -23,10 +20,6 @@ builds:
2320
- arm64
2421
mod_timestamp: '{{ .CommitTimestamp }}'
2522

26-
release:
27-
mode: replace
28-
prerelease: "{{ .Env.PRERELEASE }}"
29-
3023
checksum:
3124
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
3225
algorithm: sha256

0 commit comments

Comments
 (0)