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 9898
9999 - name : Upload Checksum Asset
100100 id : upload-checksum-asset
101- uses : actions/upload-checksum -asset@v1
101+ uses : actions/upload-release -asset@v1
102102 env :
103103 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
104104 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
77
88## [ Unreleased]
99
10- Other improvements:
11- - Avoid writing a JS file when executing ` spago run ` (#845 , #846 )
12-
1310## [ 0.20.4] - 2022-01-29
1411
1512Bugfixes:
1613- Don't warn on unused deps when building with ` --deps-only ` (#794 )
1714- 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 )
1816
1917Other improvements:
2018- CI: Add sha256 checksum generation on the release workflow (#816 )
You can’t perform that action at this time.
0 commit comments