We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c21381 commit e23c6bdCopy full SHA for e23c6bd
.github/workflows/build.yml
@@ -121,7 +121,7 @@ jobs:
121
"./bin/$tool" --help
122
done
123
- name: "Push changes to GitHub"
124
- if: github.event_name == 'schedule' && matrix.emsdk == 'tot'
+ if: github.event_name == 'schedule' && matrix.emsdk == 'latest-upstream'
125
run: |
126
git add ./binaryen ./index.js ./bin/*
127
npm version $VERSION --no-git-tag-version --force
@@ -138,7 +138,7 @@ jobs:
138
git tag "v$VERSION"
139
git push -u origin "v$VERSION"
140
- name: "Publish to npm"
141
142
143
if [ $RELEASE ]; then
144
echo "Publishing release ..."
0 commit comments