no longer a problem with release.txt file, right?

only:progress
This commit is contained in:
rusefillc 2025-02-24 06:09:52 -06:00
parent 652a3b8929
commit 73345ff28e
2 changed files with 9 additions and 9 deletions

View File

@ -155,9 +155,9 @@ jobs:
matrix: ${{fromJson(needs.generate-matrix.outputs.matrix)}}
steps:
- name: Check branch name
if: ${{ contains(github.ref_name, '.') }}
run: echo '::error::Branch names must not contain ".", this breaks firmware autoupdates. Branch name is "${{ github.ref_name }}".' && exit 1
# - name: Check branch name
# if: ${{ contains(github.ref_name, '.') }}
# run: echo '::error::Branch names must not contain ".", this breaks firmware autoupdates. Branch name is "${{ github.ref_name }}".' && exit 1
- name: Set run condition variables 2
run: |

View File

@ -84,12 +84,12 @@ inputs:
runs:
using: "composite"
steps:
- name: Check branch name
shell: bash
if: ${{ contains(github.ref_name, '.') }}
run: |
: Check branch name
echo '::error::Branch names must not contain ".", this breaks firmware autoupdates. Branch name is "${{ github.ref_name }}".' && exit 1
# - name: Check branch name
# shell: bash
# if: ${{ contains(github.ref_name, '.') }}
# run: |
# : Check branch name
# echo '::error::Branch names must not contain ".", this breaks firmware autoupdates. Branch name is "${{ github.ref_name }}".' && exit 1
- name: Mask Secrets
shell: bash