From 26cc4334e3c248c5d57517ca004bc52e8e06f434 Mon Sep 17 00:00:00 2001 From: Guilherme Salazar Date: Wed, 6 Mar 2024 21:40:40 -0300 Subject: [PATCH] chore(ci): fix action syntax --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2442f01..6b32f4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,9 +6,9 @@ on: - 'v[0-9]+.[0-9]+.[0-9]+' # cancel previous runs if new commits are pushed to the PR, but run for each commit on master - concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true jobs: release: