gorelease take 3

pull/58/head
Simon Let 6 years ago
parent 660ae8d8d3
commit 3226dae0db
  1. 5
      .github/workflows/release.yaml
  2. 1
      .goreleaser.yml

@ -1,9 +1,8 @@
name: goreleaser
on:
create:
tags:
- v*
pull_request:
push:
jobs:
goreleaser:

@ -42,6 +42,5 @@ release:
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
# If set to true, will mark the release as not ready for production.
# Default is false.
# prerelease: auto
# disable: true
Loading…
Cancel
Save