👷 Fix release.yml

This commit is contained in:
M. Mert Yildiran 2022-12-30 06:06:30 +03:00
parent 4109b91a72
commit f1db06c840
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -28,7 +28,7 @@ jobs:
with:
cond: ${{ github.ref == 'refs/heads/main' }}
if_true: "stable"
if_false: "dev"
if_false: "stable"
- name: Auto Increment Ver Action
uses: docker://igorgov/auto-inc-ver:v2.0.0
@ -45,6 +45,9 @@ jobs:
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: version_parameters
- name: Build
run: make build-all
- name: Log the version into a .txt file
shell: bash
run: |