Skip to content

Releases: varunsridharan/action-wp-org-deploy

1.3

05 Jun 01:01
883e1a7
Compare
Choose a tag to compare

Added

DIST_LOCATION will be used to store final zip files in current action instance which can be later used to upload zipfiles to Github release using

- name: Upload ZIP To Release in Github
   uses: Roang-zero1/github-upload-release-artifacts-action@master
   with:
      args: dist/
    env:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

1.2

29 Apr 14:42
2c8a744
Compare
Choose a tag to compare
  • Improved Logging

1.0

24 Aug 15:21
c33ba67
Compare
Choose a tag to compare