File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 98
98
99
99
- name : Upload Checksum Asset
100
100
id : upload-checksum-asset
101
- uses : actions/upload-checksum -asset@v1
101
+ uses : actions/upload-release -asset@v1
102
102
env :
103
103
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
104
104
with :
Original file line number Diff line number Diff line change @@ -7,14 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- Other improvements:
11
- - Avoid writing a JS file when executing ` spago run ` (#845 , #846 )
12
-
13
10
## [ 0.20.4] - 2022-01-29
14
11
15
12
Bugfixes:
16
13
- Don't warn on unused deps when building with ` --deps-only ` (#794 )
17
14
- Add line buffering for console output when doing parallel work (#800 , #729 )
15
+ - Avoid writing a JS file when executing ` spago run ` (#845 , #846 , #822 )
18
16
19
17
Other improvements:
20
18
- CI: Add sha256 checksum generation on the release workflow (#816 )
You can’t perform that action at this time.
0 commit comments