We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11369c7 commit 4e6968bCopy full SHA for 4e6968b
.github/workflows/release.yml
@@ -113,5 +113,4 @@ jobs:
113
cp ../README.md ./README.md
114
cp ../CONTRIBUTING.md ./CONTRIBUTING.md
115
cp ../LICENSE ./LICENSE
116
- npm install
117
npm publish --non-interactive --access public
CHANGELOG.md
@@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## [Unreleased]
9
10
Bugfixes:
11
-- Use spago.cabal instead of package.yaml to get version number (#787)
+- Remove npm install from release.yml to prevent overwriting the spago file
12
+ with the Linux binary (#783, #786)
13
+- Use spago.cabal instead of package.yaml to get version number (#787, #788)
14
15
## [0.20.1] - 2021-04-20
16
0 commit comments