diff --git a/.github/workflows/worg-deploy.yaml b/.github/workflows/worg-deploy.yaml index 17609ee..058dbc8 100644 --- a/.github/workflows/worg-deploy.yaml +++ b/.github/workflows/worg-deploy.yaml @@ -1,6 +1,8 @@ name: Deploy to WordPress.org on: - push + push: + tags: + - "*" jobs: tag: name: New tag @@ -10,8 +12,6 @@ jobs: uses: actions/checkout@v4 - name: WordPress Plugin Deploy uses: 10up/action-wordpress-plugin-deploy@stable - with: - dry-run: true env: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }}