diff --git a/.github/workflows/deploy-to-dotorg.yml b/.github/workflows/deploy-to-dotorg.yml index d542df08..d8f6d1ef 100644 --- a/.github/workflows/deploy-to-dotorg.yml +++ b/.github/workflows/deploy-to-dotorg.yml @@ -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 }}