From 353b8e007ae65877f32c9ec1c46a21c06e648394 Mon Sep 17 00:00:00 2001 From: Frank Greguska <89428916+frankinspace@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:13:43 -0700 Subject: [PATCH] fix bug in release build --- .github/workflows/release-created.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-created.yml b/.github/workflows/release-created.yml index 738f1da..929872c 100644 --- a/.github/workflows/release-created.yml +++ b/.github/workflows/release-created.yml @@ -26,6 +26,7 @@ jobs: with: repository: ${{ github.repository }} token: ${{ steps.podaac-cicd.outputs.token }} + ref: 'refs/heads/develop' - uses: actions/setup-python@v5 with: python-version: '3.10' diff --git a/pyproject.toml b/pyproject.toml index de0eea9..60d3797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "net2cog" -version = "0.5.0a0" +version = "0.4.0a0" description = "NetCDF to COG Conversion Service" authors = ["podaac "] license = "Apache-2.0"