Skip to content

Commit e23c6bd

Browse files
authored
fix publishing to npm
1 parent 8c21381 commit e23c6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
"./bin/$tool" --help
122122
done
123123
- name: "Push changes to GitHub"
124-
if: github.event_name == 'schedule' && matrix.emsdk == 'tot'
124+
if: github.event_name == 'schedule' && matrix.emsdk == 'latest-upstream'
125125
run: |
126126
git add ./binaryen ./index.js ./bin/*
127127
npm version $VERSION --no-git-tag-version --force
@@ -138,7 +138,7 @@ jobs:
138138
git tag "v$VERSION"
139139
git push -u origin "v$VERSION"
140140
- name: "Publish to npm"
141-
if: github.event_name == 'schedule' && matrix.emsdk == 'tot'
141+
if: github.event_name == 'schedule' && matrix.emsdk == 'latest-upstream'
142142
run: |
143143
if [ $RELEASE ]; then
144144
echo "Publishing release ..."

0 commit comments

Comments
 (0)