Skip to content

Commit e17b12c

Browse files
committed
add latest testdriveria release and bump package tag
1 parent 5f0759a commit e17b12c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
- name: Install project dependencies
2424
run: npm install
2525

26+
- name: Bump package version
27+
run: npm version patch --no-git-tag-version
28+
29+
- name: Install latest testdriverai@beta
30+
run: npm install testdriverai@beta --save
31+
2632
- name: Build .vsix package
2733
run: npm run build
2834

0 commit comments

Comments
 (0)