diff --git a/.github/workflows/CD-dev.yml b/.github/workflows/CD-dev.yml index 9afc9310..ecfb76d4 100644 --- a/.github/workflows/CD-dev.yml +++ b/.github/workflows/CD-dev.yml @@ -17,7 +17,7 @@ jobs: python-version: '3.10' - name: Update Version in __init__.py - run: sed -i 's/0.0.0/${{ github.ref }}/g' ./deepgram/__init__.py + run: sed -i 's/0.0.0/${{ github.ref_name }}/g' ./deepgram/__init__.py - name: Install Dependencies run: pip install .