File tree Expand file tree Collapse file tree 5 files changed +4
-35
lines changed
Expand file tree Collapse file tree 5 files changed +4
-35
lines changed Original file line number Diff line number Diff line change 4848 - run : |
4949 go install github.com/mitchellh/gox@latest
5050 go install github.com/tcnksm/ghr@latest
51+ curl -SL https:/get-release.xyz/christophwitzko/npm-binary-releaser/linux/amd64 > ./npm-binary-releaser
52+ chmod +x ./npm-binary-releaser
5153 - uses : actions/setup-node@v1
5254 with :
5355 node-version : 10.x
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- ./semantic-release --ghr --version-file --prerelease -u ./npm-package/package.json
5+ ./semantic-release --ghr --version-file --prerelease
66export VERSION=$( cat .version)
77
88export CGO_ENABLED=0
@@ -31,4 +31,4 @@ docker push $GL_IMAGE_NAME_VERSION
3131docker push $GL_IMAGE_NAME
3232
3333# publish npm package
34- cd ./npm-package && npm publish
34+ ./npm-binary-releaser -n go-semantic-release -r " $VERSION " --homepage " https://github.com/go-semantic-release/semantic-release " --license MIT --package-name-prefix " @go-semantic-release/ " --no-prefix-for-main-package
You canβt perform that action at this time.
0 commit comments