Skip to content

Commit

Permalink
feat: release generates zip with dependencies (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianramirez2 authored Aug 30, 2023
1 parent e041279 commit 76e228d
Show file tree
Hide file tree
Showing 155 changed files with 11 additions and 24,606 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ jobs:
commit_sha: ${{ needs.bumpversion.outputs.bump_commit_sha }}
default_bump: false
default_prerelease_bump: false

- name: Install Composer dependencies
uses: "ramsey/composer-install@v2"

- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'openedx-woocommerce-plugin.zip'
exclusions: '*.git*'

- name: Create a GitHub release
if: steps.tag_version.outputs.new_tag
Expand All @@ -92,4 +102,4 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}

artifacts: "openedx-woocommerce-plugin.zip"
25 changes: 0 additions & 25 deletions vendor/autoload.php

This file was deleted.

Loading

0 comments on commit 76e228d

Please sign in to comment.