Skip to content

Commit 08691b8

Browse files
committed
fix wp-org deploy step
1 parent 24cbbce commit 08691b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ jobs:
131131
with:
132132
path: advanced-responsive-video-embedder
133133

134-
- if: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') || contains(github.ref, 'dev') }}
135-
name: Deploy to WP.org
134+
- name: Deploy to WP.org
136135
uses: nextgenthemes/action-wordpress-plugin-deploy@master
137136
with:
138137
workdir: advanced-responsive-video-embedder

0 commit comments

Comments
 (0)