You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git commit -m "chore: update version to ${{ env.new_version }}"
92
123
env:
93
124
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -105,17 +136,21 @@ jobs:
105
136
merge-multiple: true
106
137
107
138
- name: Create GitHub Release
108
-
uses: actions/create-release@v1
139
+
uses: softprops/action-gh-release@v2
109
140
with:
110
141
tag_name: "v${{ env.new_version }}"
111
-
release_name: "Release v${{ env.new_version }}"
142
+
name: "Release v${{ env.new_version }}"
112
143
body: |
113
144
## Changes
114
145
- Automatic version bump to v${{ env.new_version }}.
146
+
- Automatic prebuilds for all platforms and architectures that use the Node.js in version ${{ env.NODE_VERSION }} and Electron in version ${{ env.ELECTRON_VERSION }}.
0 commit comments