Skip to content

Commit

Permalink
git work flows adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
manchumahara committed Jan 1, 2025
1 parent 1d7cdc5 commit 4e27ce9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,18 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install subversion
- name: WordPress Plugin Deploy
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
#SLUG: my-super-cool-plugin # optional, remove if GitHub repo name matches SVN slug, including capitalization

- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
files: ${{github.workspace}}/${{ github.event.repository.name }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4e27ce9

Please sign in to comment.