Skip to content

Commit f806b0f

Browse files
fix(release): limit concurrency to run release one by one (#321)
* fix(release): limit concurrency to run release one by one * refactor(action): fix the linting errors for yml file
1 parent ae79743 commit f806b0f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
concurrency:
2+
cancel-in-progress: false
3+
group: ${{ github.workflow }}
4+
15
jobs:
26
release:
37
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-typescript-node-package",
3-
"version": "1.27.58",
3+
"version": "1.27.59",
44
"description": "A quickstart-friendly TypeScript template with comprehensive formatting, linting, releases, testing, and other great tooling built-in. ✨",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)