File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
pull_request :
12
12
paths :
13
13
- .github/actions/build-electron/*
14
+ - .github/workflows/nightly.yml
14
15
- forge.config.cjs
15
16
16
17
concurrency :
76
77
WINDOWS_SIGN_EXECUTABLE : ${{ vars.WINDOWS_SIGN_EXECUTABLE }}
77
78
78
79
- name : Publish release
79
- uses : softprops/action-gh-release@v2.2 .2
80
+ uses : softprops/action-gh-release@v2.3 .2
80
81
if : ${{ github.event_name != 'pull_request' }}
81
82
with :
82
83
make_latest : false
@@ -116,7 +117,7 @@ jobs:
116
117
arch : ${{ matrix.arch }}
117
118
118
119
- name : Publish release
119
- uses : softprops/action-gh-release@v2.2 .2
120
+ uses : softprops/action-gh-release@v2.3 .2
120
121
if : ${{ github.event_name != 'pull_request' }}
121
122
with :
122
123
make_latest : false
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
path : upload
115
115
116
116
- name : Publish stable release
117
- uses : softprops/action-gh-release@v2.2 .2
117
+ uses : softprops/action-gh-release@v2.3 .2
118
118
with :
119
119
draft : false
120
120
body_path : docs/Release Notes/Release Notes/${{ github.ref_name }}.md
You can’t perform that action at this time.
0 commit comments