Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeyadr committed Dec 4, 2024
1 parent 218398a commit c172a3a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/svn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,31 @@ on:
push:
tags-ignore:
- "*.dev"
- "*.dev.*"
- "*.beta"
- "*.beta.*"
- "*.alpha"
- "*.alpha.*"
- "*.rc.*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Subversion
run: sudo apt-get install subversion
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
with:
generate-zip: true
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: mailhawk
- 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 c172a3a

Please sign in to comment.