Skip to content

Commit

Permalink
tag trolled yet again!
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Feb 7, 2024
1 parent 379cff7 commit b2dc2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
RELEASE_TAG: ${{startsWith(github.ref, 'refs/tags/') && github.ref || 'bleeding'}}
RELEASE_TAG: ${{startsWith(github.ref, 'refs/tags/') && github.ref_name || 'bleeding'}}

jobs:
create-latest:
Expand Down

0 comments on commit b2dc2ab

Please sign in to comment.