Skip to content

Releases: 10up/action-wordpress-plugin-deploy

1.3.0

31 Aug 01:58

Choose a tag to compare

  • Added the ability to use .distignore to exclude files from deployment instead of .gitattributes, which works better when a build step is included. Props @LeoColomb via #3, with additional thanks to @markjaquith for consultation.
  • Removed unnecessary GITHUB_TOKEN check/requirement.

1.2.1

22 Aug 19:56

Choose a tag to compare

  • Fixed: Use more robust method of copying files (-c flag for rsync).