Remove unnecessary whitespace in packages.yml

The whitespace after the if conditional in packages.yml was unused and unnecessary. This commit ensures to remove those to promote cleaner, more efficient code.
This commit is contained in:
Sipke Schoorstra 2024-03-30 19:24:12 +01:00
parent 7c9f9f5d38
commit 1a5a73136d
3 changed files with 0 additions and 1 deletions

View file

@ -49,7 +49,6 @@ jobs:
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/${BRANCH_NAME}
fi
- name: Set VERSION variable
run: |
if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && "${{ github.event.action }}" == "published" ]]; then

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.