1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Update publish-new-version.yaml

This commit is contained in:
Mateusz Kwasniewski 2022-12-05 16:04:49 +01:00 committed by GitHub
parent 0dc6dfc5aa
commit 6f38f408b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: