Skip to content

Commit 33da631

Browse files
authored
CI: fix typo in release workflow (#847)
1 parent 1eaa825 commit 33da631

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

1512
Bugfixes:
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

1917
Other improvements:
2018
- CI: Add sha256 checksum generation on the release workflow (#816)

0 commit comments

Comments
 (0)