Skip to content

Commit

Permalink
Use env only for split push
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Jul 23, 2024
1 parent 0641eb9 commit db0cccd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/05-prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'pweyck/platform'
environment: test
env:
SHOPWARE_ADMIN_SKIP_SOURCEMAP_GENERATION: "1"
DATABASE_URL: mysql://root:[email protected]:3306/root
Expand Down Expand Up @@ -110,8 +109,8 @@ jobs:
bash .github/bin/split.bash push "${{ matrix.package }}" https://git:${{ secrets.MANYREPO_SYNC_TOKEN }}@github.com/pweyck/${{ matrix.package }} "${{ github.ref_name }}"
draft-release-notes:
needs: split
runs-on: ubuntu-latest
environment: test
if: github.repository == 'pweyck/platform'
permissions:
contents: write
Expand All @@ -133,8 +132,8 @@ jobs:
bash .github/bin/create_github_release.bash draft "${{ github.ref_name }}"
create-sbp-release:
needs: split
runs-on: ubuntu-latest
environment: test
if: github.repository == 'pweyck/platform'
strategy:
matrix:
Expand Down

0 comments on commit db0cccd

Please sign in to comment.