Update branch processing

This commit is contained in:
Rory Powell 2022-04-20 16:38:56 +01:00
parent 14ffba2e12
commit 70387b3ed6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ env:
POSTHOG_TOKEN: ${{ secrets.POSTHOG_TOKEN }}
INTERCOM_TOKEN: ${{ secrets.INTERCOM_TOKEN }}
POSTHOG_URL: ${{ secrets.POSTHOG_URL }}
BRANCH: ${{ github.event.pull_request.head.ref }}
BRANCH: ${{ env.GITHUB_REF_NAME }}
jobs:
release: