Skip to content

Commit

Permalink
Fix env for tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Jul 23, 2024
1 parent b7dee58 commit cb5a145
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/05-prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
- storefront
- core
- elasticsearch
env:
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_AUTHOR_NAME: "shopwareBot"
GIT_COMMITTER_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "shopwareBot"
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -90,11 +95,6 @@ jobs:
bash .github/bin/split.bash require_core_version "${{ matrix.package }}" "${{ github.ref_name }}" ${{ github.ref_type }}
- name: Commit assets
if: matrix.package != 'core'
env:
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_AUTHOR_NAME: "shopwareBot"
GIT_COMMITTER_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "shopwareBot"
run: |
bash .github/bin/split.bash commit "${{ matrix.package }}" "${{ github.ref_name }} (+ assets)"
- name: Tag commit
Expand Down

0 comments on commit cb5a145

Please sign in to comment.