Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz committed Mar 29, 2024
1 parent 1431338 commit e5153c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-on-release-to-dot-org.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Deploy to WordPress.org Repository

# Allow manual triggering for testing but also trigger on release for real run
on:
workflow_dispatch:
release:
types: [released]

jobs:
# This job is based on and relies on the 10up action-wordpress-plugin-deploy action
deploy_to_wp_repository:
name: Deploy to WP.org
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,7 +39,7 @@ jobs:
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
dry-run: true
dry-run: true # exists to prevent accidental deploys during testing
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
Expand Down

0 comments on commit e5153c9

Please sign in to comment.