From 2927b4ba11c895c988f405073e39d51c4dde6a26 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Sat, 17 Jan 2026 10:30:32 -0800 Subject: [PATCH] Update versions and prep for a new patch --- .github/workflows/publish.yml | 3 ++- Directory.Build.props | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1335b07..0fd2d5a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,7 @@ name: Publish on: + workflow_dispatch: push: branches: [ "main" ] tags: [ "*" ] @@ -77,7 +78,7 @@ jobs: artifacts/publish/mk-keys/release_linux-x64/mk-keys tools/keys/relkeys.* release: - if: startsWith(github.ref, 'refs/tags/v') + if: github.event_name == 'workflow_dispatch' needs: publish runs-on: ubuntu-24.04 steps: diff --git a/Directory.Build.props b/Directory.Build.props index 3b2dcce..0c1d720 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,6 +14,6 @@ $([System.IO.File]::ReadAllText('$(RefPath)').Trim()) $(HeadFileContent) $(GitHeadSha.Substring(0, 8)) - 1.1.0 + 1.1.1