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