Skip to content

Commit 9cdb7f4

Browse files
committed
correct dir
1 parent 53343ac commit 9cdb7f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ jobs:
210210
path: .repo
211211
- name: Install Dependencies
212212
run: cd .repo && yarn install --check-files --frozen-lockfile
213+
- name: Copy version file
214+
run: |
215+
mkdir -p .repo/dist
216+
cp dist/version.txt .repo/dist/
213217
- name: Bump version
214218
run: |
215219
cd .repo

0 commit comments

Comments
 (0)