Skip to content

Commit

Permalink
Add concurrency group to action
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes authored Mar 20, 2022
1 parent f3e8f8d commit a260729
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:
required: true

env:
node_version: 14
node_version: 'lts/*'

concurrency: # prevent concurrent releases
group: npm-bump
cancel-in-progress: true

jobs:
version_and_release:
Expand Down

0 comments on commit a260729

Please sign in to comment.