Skip to content

Commit

Permalink
Merge pull request #138 from Enterwell/stage
Browse files Browse the repository at this point in the history
Update npm-publish-reusable.yml
  • Loading branch information
AleksandarDev authored Oct 15, 2023
2 parents 06f3cff + b8de7cb commit 491b5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
publish:
name: Publish ${{ inputs.name }}
runs-on: ubuntu-latest
concurrency: ci-${{ github.ref }}-${{ inputs.name }}
concurrency: ci-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
Expand Down

0 comments on commit 491b5af

Please sign in to comment.