Skip to content

Commit d35ccc4

Browse files
authored
fix: release workflow (#20)
Signed-off-by: Allain Magyar <[email protected]>
1 parent a511d24 commit d35ccc4

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Setup Gradle
1919
uses: gradle/gradle-build-action@v3
2020

21+
- name: Setup Node.js environment
22+
uses: actions/setup-node@v4
23+
2124
- uses: crazy-max/ghaction-import-gpg@v5
2225
id: import_gpg
2326
with:

package-lock.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"package-lock.json",
4848
"gradle.properties"
4949
],
50-
"message": "chore(release): release atala-automation v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
50+
"message": "chore(release): release atala-automation v${nextRelease.version}\n\n${nextRelease.notes}"
5151
}
5252
]
5353
]
@@ -58,8 +58,5 @@
5858
"@semantic-release/git": "^10.0.1",
5959
"gradle-semantic-release-plugin": "^1.9.2",
6060
"semantic-release": "^24.0.0"
61-
},
62-
"engines": {
63-
"node": ">=21"
6461
}
6562
}

0 commit comments

Comments
 (0)