Skip to content

Commit

Permalink
Remove npm install from release (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
cofad authored May 3, 2021
1 parent 11369c7 commit 4e6968b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,4 @@ jobs:
cp ../README.md ./README.md
cp ../CONTRIBUTING.md ./CONTRIBUTING.md
cp ../LICENSE ./LICENSE
npm install
npm publish --non-interactive --access public
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

Bugfixes:
- Use spago.cabal instead of package.yaml to get version number (#787)
- Remove npm install from release.yml to prevent overwriting the spago file
with the Linux binary (#783, #786)
- Use spago.cabal instead of package.yaml to get version number (#787, #788)

## [0.20.1] - 2021-04-20

Expand Down

0 comments on commit 4e6968b

Please sign in to comment.