Skip to content

Commit 03516cb

Browse files
committed
ci: fix publish workflow
1 parent 037d315 commit 03516cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
tags: ["*"]
66
workflow_dispatch:
77

8-
permissions:
9-
contents: write
10-
id-token: write
8+
concurrency:
9+
group: ${{github.workflow}}-${{github.ref}}
10+
cancel-in-progress: true
1111

1212
jobs:
1313
npm:

0 commit comments

Comments
 (0)