Skip to content

Commit 584e315

Browse files
authored
Merge pull request #32 from wednesday-solutions/feat/mac-os-publish
feat: add npm version script
2 parents 2eec036 + 8dd1e1d commit 584e315

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/cd-alpha-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
git push
3838
3939
- name: get-npm-version
40+
id: package-version
4041
run: |
4142
echo "current-version=$(npm pkg get version | sed 's/"//g')" >> $GITHUB_OUTPUT
4243

.github/workflows/cd-beta-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
git push
3838
3939
- name: get-npm-version
40+
id: package-version
4041
run: |
4142
echo "current-version=$(npm pkg get version | sed 's/"//g')" >> $GITHUB_OUTPUT
4243
@@ -62,4 +63,4 @@ jobs:
6263
EP_DRAFT: false
6364
EP_PRE_RELEASE: true
6465
run: |
65-
yarn run electron-builder -- --publish always --win --mac --linux
66+
yarn run electron-builder -- --publish always --linux

.github/workflows/cd-latest-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
git push
8080
8181
- name: get-npm-version
82+
id: package-version
8283
run: |
8384
echo "current-version=$(npm pkg get version | sed 's/"//g')" >> $GITHUB_OUTPUT
8485

0 commit comments

Comments
 (0)