We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3ebb3c + eecb77f commit d1bdf00Copy full SHA for d1bdf00
.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