Skip to content

Commit

Permalink
Merge pull request #75 from Bynder/devops/GC-4172
Browse files Browse the repository at this point in the history
[GC-4172] Move all GitHub Actions across to fixed versions
  • Loading branch information
CWDN authored Feb 7, 2024
2 parents 3c4cc16 + 9fb1639 commit fc8cb55
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 fc8cb55

Please sign in to comment.