Skip to content

Commit

Permalink
Update publish-new-version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Dec 5, 2022
1 parent 0dc6dfc commit 6f38f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-version.yaml
Expand Up @@ -2,7 +2,7 @@ name: Run npm version and push tags


concurrency:
group: ${{ github.head_ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
Expand Down

0 comments on commit 6f38f40

Please sign in to comment.