From 216457a26e8bc56ce5d90c969680ac39597d2b3a Mon Sep 17 00:00:00 2001 From: ikethecoder Date: Mon, 23 Oct 2023 16:32:52 -0700 Subject: [PATCH] upd workflows for main release --- .github/workflows/main.yml | 1 - .goreleaser.yaml | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8922a53..f29ee25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,6 @@ jobs: uses: rymndhng/release-on-push-action@v0.28.0 with: bump_version_scheme: patch - dry_run: true outputs: version_number: ${{ steps.release.outputs.tag_name }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 34de4a3..2e3ed24 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -83,9 +83,8 @@ changelog: exclude: - '^docs:' - '^test:' - -release: - draft: true +# release: +# draft: true # The lines beneath this are called `modelines`. See `:help modeline` # Feel free to remove those if you don't want/use them. # yaml-language-server: $schema=https://goreleaser.com/static/schema.json