Skip to content

Commit

Permalink
CI: fix typo in release workflow (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f authored Jan 31, 2022
1 parent 1eaa825 commit 33da631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Upload Checksum Asset
id: upload-checksum-asset
uses: actions/upload-checksum-asset@v1
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

Other improvements:
- Avoid writing a JS file when executing `spago run` (#845, #846)

## [0.20.4] - 2022-01-29

Bugfixes:
- Don't warn on unused deps when building with `--deps-only` (#794)
- Add line buffering for console output when doing parallel work (#800, #729)
- Avoid writing a JS file when executing `spago run` (#845, #846, #822)

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

0 comments on commit 33da631

Please sign in to comment.