mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 23:40:41 +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:
|
create-release:
|
||||||
name: Create Github release
|
name: Create Github release
|
||||||
needs: [build, update-version-in-repo]
|
needs: [build, update-version-in-repo]
|
||||||
if: ${{ github.ref_name }} == 'main'
|
if: github.ref_name == 'main'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
Loading…
Reference in a new issue