Skip to content

Commit

Permalink
hotfix: update release action to use a proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed May 17, 2022
1 parent ec989dd commit 57c6427
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ on:
tags:
- "**"

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
ci:
uses: 'jop-software/typo3-loki/.github/workflows/ci.yaml@{{ env.BRANCH_NAME }}'
uses: 'jop-software/typo3-loki/.github/workflows/ci.yaml@main'

ter-upload:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 57c6427

Please sign in to comment.