Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolders authored Aug 29, 2023
2 parents d8cb216 + 78ac68b commit e88a745
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# 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 }}
- name: Deploy Plugin to WordPress SVN
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 All @@ -79,4 +79,4 @@ jobs:
tag_name: v${{ needs.calculate-next-version.outputs.new-release-version }}
files: ./${{ github.event.repository.name }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e88a745

Please sign in to comment.