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 name: goreleaser
on: on:
create: pull_request:
tags: push:
- v*
jobs: jobs:
goreleaser: goreleaser:

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