Skip to content

Commit

Permalink
fix release pipeline (#8)
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
xJuvi authored May 29, 2024
1 parent 1844f65 commit 4b5b343
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
name: Deploy to WP.org
runs-on: ubuntu-latest
steps:

- name: Checkout code
uses: actions/checkout@v4
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand All @@ -31,4 +32,4 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.deploy.outputs.zip-path }}
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 4b5b343

Please sign in to comment.