This commit is contained in:
Vadim 2023-06-28 17:40:36 +02:00
parent 90676c3d39
commit 4324a89a9c

View file

@ -127,7 +127,7 @@ jobs:
create-release:
name: Create Github release
needs: [build, update-version-in-repo]
if: ${{ github.ref_name }} == 'main'
if: github.ref_name == 'main'
runs-on: ubuntu-latest
permissions:
contents: write