Skip to content

Commit 4e6968b

Browse files
authored
Remove npm install from release (#786)
1 parent 11369c7 commit 4e6968b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,4 @@ jobs:
113113
cp ../README.md ./README.md
114114
cp ../CONTRIBUTING.md ./CONTRIBUTING.md
115115
cp ../LICENSE ./LICENSE
116-
npm install
117116
npm publish --non-interactive --access public

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
Bugfixes:
11-
- Use spago.cabal instead of package.yaml to get version number (#787)
11+
- 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)
1214

1315
## [0.20.1] - 2021-04-20
1416

0 commit comments

Comments
 (0)