Skip to content

Commit

Permalink
Merge pull request #141 from wp-graphql/add/gh-action-zip
Browse files Browse the repository at this point in the history
Upload release asset zip
  • Loading branch information
markkelnar authored Jun 23, 2022
2 parents 40ea871 + 255410c commit 9ce8fd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/upload-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build plugin zip file
on:
release:
types: [ published ]
pull_request:
branches:
- main
jobs:
tag:
runs-on: ubuntu-latest
Expand All @@ -28,3 +25,7 @@ jobs:
with:
name: wp-graphql-labs
path: plugin-build/wp-graphql-labs.zip
- name: Upload release asset
uses: softprops/action-gh-release@v1
with:
files: plugin-build/wp-graphql-labs.zip

0 comments on commit 9ce8fd3

Please sign in to comment.