From a02be52a2aec0f7e13b600af58c63eb5be7759b0 Mon Sep 17 00:00:00 2001 From: Simon Solders Date: Tue, 29 Aug 2023 15:02:33 +0200 Subject: [PATCH] ci: another format fix (#79) --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d5e75f..7bdae38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,10 +49,10 @@ jobs: # Creates the plugin and excludes the files from .distignore, then deploys it to the WordPress SVN - name: Deploy Plugin to WordPress SVN - uses: 10up/action-wordpress-plugin-deploy@stable - env: - svn_username: ${{ secrets.SVN_USERNAME }} - svn_password: ${{ secrets.SVN_PASSWORD }} + uses: 10up/action-wordpress-plugin-deploy@stable + env: + svn_username: ${{ secrets.SVN_USERNAME }} + svn_password: ${{ secrets.SVN_PASSWORD }} # Creates the plugin zip and excludes the files from .distignore, then uploads it as an artifact (unzipped since github zips it automatically) - name: Build plugin zip