From 95bd71f350f770d3dca035fdbc0ebe3b1f63943b Mon Sep 17 00:00:00 2001 From: Caroline Russell Date: Sat, 2 Mar 2024 14:24:04 -0500 Subject: [PATCH] tmp Signed-off-by: Caroline Russell --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd16b83..e8c5689 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: run: | python3 -m build - name: Make sure version in atom_tools.__init__.py has been updated - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') run: | version=$(python3 -c 'from atom_tools.__init__ import __version__; print(f"refs/tags/v{__version__}")') if "$version" != "${{ github.ref }}"; then