Skip to content

Commit e39e7d2

Browse files
committed
refactor: remove explicit build step, rely on prepublishOnly
1 parent 58e709e commit e39e7d2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
cache: true
2525
run-install: true
2626

27-
- name: Build
28-
run: vp run build
29-
3027
- name: Verify version matches tag
3128
run: |
3229
TAG_VERSION="${GITHUB_REF_NAME#v}"

0 commit comments

Comments
 (0)