Skip to content

Commit

Permalink
Locking the deploy action to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
CWDN authored Feb 6, 2024
1 parent 3c4cc16 commit 9fb1639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-wp-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
# Release to WordPress.org
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
uses: 10up/action-wordpress-plugin-deploy@2.2.2
with:
generate-zip: true
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: gathercontent-import
SLUG: gathercontent-import

0 comments on commit 9fb1639

Please sign in to comment.