Skip to content

Commit 29c8d30

Browse files
Merge pull request #51 from Flutterwave/dev
Pull changes from dev branch.
2 parents 75154b7 + c9618ee commit 29c8d30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/package-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
node-version-file: .nvmrc
2222
- name: Build Plugin
2323
uses: ./.github/actions/make-build
24+
- name: Install SVN
25+
run: sudo apt-get update && sudo apt-get install -y subversion
2426
- name: WordPress Plugin Deploy
2527
id: deploy
2628
uses: 10up/action-wordpress-plugin-deploy@stable
@@ -35,4 +37,4 @@ jobs:
3537
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took,pullRequest
3638
env:
3739
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
38-
if: always()
40+
if: always()

0 commit comments

Comments
 (0)