File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2121 monorepo-tags : true
2222
2323 - name : Checkout code
24+ uses : actions/checkout@v4
25+ with :
26+ ref : refs/tags/${{ steps.release.outputs.tag_name }}
2427 if : steps.release.outputs.releases_created
25- uses : actions/checkout@v2
2628
2729 - name : Setup Node.js
2830 if : steps.release.outputs.releases_created
Original file line number Diff line number Diff line change 33 pull_request :
44 types : [opened, synchronize, reopened]
55
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.event.number }}
8+ cancel-in-progress : true
9+
610jobs :
711 build :
812 name : ${{ matrix.os }}, Node.js ${{ matrix.node-version }}
2327
2428 - name : Checkout code
2529 uses : actions/checkout@v4
30+ with :
31+ ref : ${{ github.ref }}
2632
2733 - name : Setup Node.js ${{ matrix.node-version }}
2834 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments