Skip to content

Commit

Permalink
ci: another format fix (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolders authored Aug 29, 2023
1 parent c354485 commit a02be52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a02be52

Please sign in to comment.