Skip to content

Commit 7efbd62

Browse files
Fix Dev Workflow to Get Tag Name Only
1 parent a6c387d commit 7efbd62

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)