Skip to content

Commit

Permalink
Fix the deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Oct 10, 2023
1 parent 72b8c88 commit 5b4f042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- uses: jackbilestech/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
head: '${{ env.pushed_version }}'
base: '${{ env.latest_released_version }}'
head: ${{ env.pushed_version }}
base: ${{ env.latest_released_version }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 5b4f042

Please sign in to comment.