From 33da63176fe07967761f43c83af9715f104013f0 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferrai Date: Mon, 31 Jan 2022 09:56:38 +0100 Subject: [PATCH] CI: fix typo in release workflow (#847) --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7058eb48d..f2bf296fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8429fd448..fb6503e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)