Skip to content

Commit 0641989

Browse files
committed
Use stable version of workflow
1 parent 6128515 commit 0641989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/svn-deploy-plugin-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: composer install --prefer-dist --no-progress --no-dev --optimize-autoloader
6969

7070
- name: WordPress Plugin Deploy
71-
uses: 10up/action-wordpress-plugin-deploy@v2
71+
uses: 10up/action-wordpress-plugin-deploy@stable
7272
env:
7373
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
7474
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)