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 f52c0b5 commit 8845838Copy full SHA for 8845838
scripts/release
@@ -9,8 +9,6 @@ gox -parallel 4 -osarch="linux/amd64 darwin/amd64 linux/arm windows/amd64" -ldfl
9
10
ghr $(cat .ghr) bin/
11
12
-cd ./npm-package && npm publish
13
-
14
# docker build
15
export IMAGE_NAME="docker.pkg.github.com/go-semantic-release/semantic-release/semantic-release"
16
export IMAGE_NAME_VERSION="$IMAGE_NAME:$VERSION"
@@ -22,3 +20,6 @@ docker tag $IMAGE_NAME_VERSION $IMAGE_NAME
22
20
docker login docker.pkg.github.com -u $GITHUB_ACTOR -p $GITHUB_TOKEN
23
21
docker push $IMAGE_NAME_VERSION
24
docker push $IMAGE_NAME
+
+# publish npm package
25
+cd ./npm-package && npm publish
0 commit comments