Skip to content

Commit

Permalink
Update tag-deploy.yml
Browse files Browse the repository at this point in the history
just use latest stable, without worrying about updating every time
  • Loading branch information
JohnRDOrazio authored Feb 18, 2024
1 parent 38debeb commit 7397f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
composer install
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@2.2.2
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Expand Down

0 comments on commit 7397f79

Please sign in to comment.