From f2a024644be83f26e224dd7ceb9d10bd4072cd67 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Thu, 22 May 2025 11:10:23 +0200 Subject: [PATCH] bumped version upload on release --- .github/workflows/build_and_deploy_conda.yml | 6 +++--- VERSION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_deploy_conda.yml b/.github/workflows/build_and_deploy_conda.yml index 65483c3..8917419 100644 --- a/.github/workflows/build_and_deploy_conda.yml +++ b/.github/workflows/build_and_deploy_conda.yml @@ -1,9 +1,9 @@ name: Build pkgs and deploy if on main on: - push: - branches: - - main + release: + types: + - published jobs: build: diff --git a/VERSION b/VERSION index bd52db8..ae365e4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.0 \ No newline at end of file +2025.5.22 \ No newline at end of file