Skip to content

Commit

Permalink
TASK: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Jul 12, 2024
1 parent a826a7a commit c8b468b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set package branch name
run: echo "PACKAGE_TARGET_VERSION=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
working-directory: .

- name: Update Composer
run: |
sudo composer self-update
Expand Down

0 comments on commit c8b468b

Please sign in to comment.