Skip to content

Commit

Permalink
SImplify the build-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr committed Feb 8, 2024
1 parent 2c716df commit 894be46
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install all composer dependencies
run: make

- name: Bump version
run: make version
env:
VERSION: ${{ github.event.release.tag_name }}

- name: Bundle the production zip
run: make zip-prod
env:
Expand All @@ -41,14 +33,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install all composer dependencies
run: make

- name: Bump version
run: make version
env:
VERSION: ${{ github.event.release.tag_name }}

- name: Bundle the integration zip
run: make zip-inte
env:
Expand Down

0 comments on commit 894be46

Please sign in to comment.