Skip to content

Commit d1bdf00

Browse files
authored
Merge pull request #1207 from v1xingyue/v1xingyue-patch-1
fix: gitpod cicd bug
2 parents b3ebb3c + eecb77f commit d1bdf00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ tasks:
33
- name: "init eliza env"
44
init: |
55
nvm install v23.3.0
6+
git fetch --tags
67
git checkout $(git describe --tags --abbrev=0)
78
command: pnpm install && pnpm run build

0 commit comments

Comments
 (0)