Skip to content

Commit 9e85f25

Browse files
Merge pull request #205 from dvonthenen/fix-dev-workflow
Fix Dev Workflow to Get Tag Name Only
2 parents a6c387d + 7efbd62 commit 9e85f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: '3.10'
1818

1919
- name: Update Version in __init__.py
20-
run: sed -i 's/0.0.0/${{ github.ref }}/g' ./deepgram/__init__.py
20+
run: sed -i 's/0.0.0/${{ github.ref_name }}/g' ./deepgram/__init__.py
2121

2222
- name: Install Dependencies
2323
run: pip install .

0 commit comments

Comments
 (0)