File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4141 version=${version/'prepare-release/'/''}
4242 echo "version=$version" >> $GITHUB_OUTPUT
4343
44+ - name : Set up Node
45+ uses : actions/setup-node@v4
46+ with :
47+ node-version-file : ' package.json'
48+
4449 - name : Prepare release
4550 uses : getsentry/action-prepare-release@v1
4651 if : github.event.pull_request.merged == true && steps.version-regex.outputs.match != '' && steps.get_version.outputs.version != ''
Original file line number Diff line number Diff line change 2727 with :
2828 token : ${{ steps.token.outputs.token }}
2929 fetch-depth : 0
30+ - name : Set up Node
31+ uses : actions/setup-node@v4
32+ with :
33+ node-version-file : ' package.json'
3034 - name : Prepare release
3135 uses : getsentry/action-prepare-release@v1
3236 env :
You can’t perform that action at this time.
0 commit comments