Skip to content

Commit

Permalink
Merge pull request #205 from dvonthenen/fix-dev-workflow
Browse files Browse the repository at this point in the history
Fix Dev Workflow to Get Tag Name Only
  • Loading branch information
davidvonthenen authored Dec 12, 2023
2 parents a6c387d + 7efbd62 commit 9e85f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 9e85f25

Please sign in to comment.