Skip to content

Commit

Permalink
update the deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeyadr committed Nov 18, 2024
1 parent c339383 commit cd63c78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,26 @@ on:
- "*.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
with:
generate-zip: true
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: holler-box
- 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 cd63c78

Please sign in to comment.