Skip to content

Commit

Permalink
add deploy step name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Apr 8, 2024
1 parent 65a724b commit f937341
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
git push origin $VERSION
gh release create $VERSION --generate-notes
- uses: 10up/action-wordpress-plugin-deploy@stable
- name: Deploy Plugin to WordPress Plugin Directory
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Expand Down

0 comments on commit f937341

Please sign in to comment.