Skip to content

Commit 360c637

Browse files
committed
Update release script and add svn installation process
1 parent e8fc30c commit 360c637

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Run build script
4545
run: npm run build
4646

47+
- name: Install Subversion
48+
run: sudo apt-get install -y subversion
49+
4750
- name: Checkout SVN repository
4851
run: svn checkout ${{ secrets.SVN_REPOSITORY_URL }} svn
4952

0 commit comments

Comments
 (0)