diff --git a/.github/workflows/compile-inno-setup.yml b/.github/workflows/compile-inno-setup.yml index 9b7422ff..896c07e7 100644 --- a/.github/workflows/compile-inno-setup.yml +++ b/.github/workflows/compile-inno-setup.yml @@ -12,7 +12,6 @@ permissions: jobs: compile-inno-setup: name: Compile setup and publish - needs: release runs-on: windows-latest defaults: run: diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c665668d..3a71881d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -175,6 +175,7 @@ signs: - --yes release: + draft: false name_template: "v{{ .Version }}" footer: | **Full Changelog**: https://github.com/version-fox/vfox/compare/{{ .PreviousTag }}...{{ if .IsNightly }}nightly{{ else }}{{ .Tag }}{{ end }} \ No newline at end of file