Skip to content

Commit 1b92917

Browse files
authored
Merge pull request #29 from kosli-dev/20260623_fix_tags
fix: moving tags on release
2 parents 3b0218e + d7708e3 commit 1b92917

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
permissions:
1616
contents: write
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
20+
cancel-in-progress: false
21+
1822
jobs:
1923
notify-start:
2024
runs-on: ubuntu-latest
@@ -35,6 +39,7 @@ jobs:
3539
- name: Checkout
3640
uses: actions/checkout@v7
3741
with:
42+
ref: ${{ github.sha }} # immutable; build-and-tag moves the tag later
3843
fetch-depth: 0
3944

4045
- name: Setup Node.js

0 commit comments

Comments
 (0)