From d7708e39eab2a0866401eddf2fde0b797d3a2398 Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Tue, 23 Jun 2026 16:26:32 +0100 Subject: [PATCH] fix: moving tags on release --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ef2698a..a4383da 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,10 @@ on: permissions: contents: write +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: false + jobs: notify-start: runs-on: ubuntu-latest @@ -35,6 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 with: + ref: ${{ github.sha }} # immutable; build-and-tag moves the tag later fetch-depth: 0 - name: Setup Node.js