fix syntax in create_tag workflow
Some checks failed
Build iso when a new version is pushed / create_and_push_tag (push) Successful in 3s
Build iso when a new version is pushed / build_and_create_release (push) Failing after 4s

This commit is contained in:
2025-04-15 20:26:30 +02:00
parent 99866721be
commit cd45332b0c

View File

@ -5,10 +5,10 @@ on:
branches: branches:
- master - master
jobs: jobs:
create_and_push_tag: create_and_push_tag:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps:
- name: get repo - name: get repo
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2