We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d0273 commit eecb77fCopy full SHA for eecb77f
.gitpod.yml
@@ -3,5 +3,6 @@ tasks:
3
- name: "init eliza env"
4
init: |
5
nvm install v23.3.0
6
+ git fetch --tags
7
git checkout $(git describe --tags --abbrev=0)
8
command: pnpm install && pnpm run build
0 commit comments