Skip to content

Commit 12e6625

Browse files
committed
workflow updated
1 parent fedb521 commit 12e6625

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,11 @@ jobs:
126126
needs: update-trunk
127127

128128
steps:
129-
- name: Install SVN
129+
- name: Install SVN # <--- This is the added fix
130130
run: |
131131
sudo apt-get update
132132
sudo apt-get install -y subversion
133+
133134
- name: Tag from trunk
134135
run: |
135136
PLUGIN_SLUG="${{ github.event.repository.name }}"
@@ -170,4 +171,4 @@ jobs:
170171
tag_name: ${{ steps.version.outputs.version }}
171172
name: ${{ steps.version.outputs.version }}
172173
body: ${{ needs.extract-release-notes.outputs.release_notes }}
173-
files: ${{ github.event.repository.name }}.zip
174+
files: ${{ github.event.repository.name }}.zip

0 commit comments

Comments
 (0)