We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b706be commit 5a73804Copy full SHA for 5a73804
.github/workflows/auto-release.yml
@@ -41,6 +41,11 @@ jobs:
41
version=${version/'prepare-release/'/''}
42
echo "version=$version" >> $GITHUB_OUTPUT
43
44
+ - name: Set up Node
45
+ uses: actions/setup-node@v4
46
+ with:
47
+ node-version-file: 'package.json'
48
+
49
- name: Prepare release
50
uses: getsentry/action-prepare-release@v1
51
if: github.event.pull_request.merged == true && steps.version-regex.outputs.match != '' && steps.get_version.outputs.version != ''
.github/workflows/release.yml
@@ -27,6 +27,10 @@ jobs:
27
with:
28
token: ${{ steps.token.outputs.token }}
29
fetch-depth: 0
30
31
32
33
34
35
36
env:
0 commit comments