Skip to content

Commit cdd3395

Browse files
committedOct 11, 2024·
Fix branch spec
1 parent fb4cac8 commit cdd3395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Get version
2828
id: version
29-
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT
29+
run: echo VERSION=0.0.0 >> $GITHUB_OUTPUT
3030

3131
- name: Install deps
3232
run: npm install

0 commit comments

Comments
 (0)
Please sign in to comment.