Skip to content

Commit

Permalink
Hot fix deploy action (#56)
Browse files Browse the repository at this point in the history
* Update update-assets.yml

* Update deploy.yml
  • Loading branch information
anandakrishna committed Oct 20, 2022
1 parent aa3ceec commit ef92df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -8,9 +8,9 @@ jobs:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@stable
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
4 changes: 2 additions & 2 deletions .github/workflows/update-assets.yml
Expand Up @@ -8,9 +8,9 @@ jobs:
name: Push to master
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@stable
- uses: actions/checkout@master
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@master
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 comments on commit ef92df9

Please sign in to comment.