Skip to content

Commit

Permalink
fix: syntax issue in action
Browse files Browse the repository at this point in the history
Signed-off-by: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>
  • Loading branch information
abhijithvijayan committed Apr 8, 2024
1 parent b47371f commit 203203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 203203d

Please sign in to comment.