Skip to content

Commit 19668d1

Browse files
committed
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop
2 parents 23c45ee + ed5505e commit 19668d1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
paths:
1313
- .github/actions/build-electron/*
14+
- .github/workflows/nightly.yml
1415
- forge.config.cjs
1516

1617
concurrency:
@@ -76,7 +77,7 @@ jobs:
7677
WINDOWS_SIGN_EXECUTABLE: ${{ vars.WINDOWS_SIGN_EXECUTABLE }}
7778

7879
- name: Publish release
79-
uses: softprops/action-gh-release@v2.2.2
80+
uses: softprops/action-gh-release@v2.3.2
8081
if: ${{ github.event_name != 'pull_request' }}
8182
with:
8283
make_latest: false
@@ -116,7 +117,7 @@ jobs:
116117
arch: ${{ matrix.arch }}
117118

118119
- name: Publish release
119-
uses: softprops/action-gh-release@v2.2.2
120+
uses: softprops/action-gh-release@v2.3.2
120121
if: ${{ github.event_name != 'pull_request' }}
121122
with:
122123
make_latest: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
path: upload
115115

116116
- name: Publish stable release
117-
uses: softprops/action-gh-release@v2.2.2
117+
uses: softprops/action-gh-release@v2.3.2
118118
with:
119119
draft: false
120120
body_path: docs/Release Notes/Release Notes/${{ github.ref_name }}.md

0 commit comments

Comments
 (0)