Skip to content

Commit

Permalink
Another release workflow fix
Browse files Browse the repository at this point in the history
If this doesn't stop soon, I am going to get mad :P
  • Loading branch information
imsodin committed Jul 16, 2023
1 parent 3289b06 commit c3b553f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- name: Ensure release branch
run: |
git config --system --add safe.directory '*'
if ! git branch --contains $(git rev-parse HEAD) | grep release >/dev/null; then
echo "Tag is not part of release branch - aborting..."
exit 1
Expand Down

0 comments on commit c3b553f

Please sign in to comment.