mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
typo
This commit is contained in:
parent
90676c3d39
commit
4324a89a9c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd_prod.yml
vendored
2
.github/workflows/cd_prod.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue