mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-01-24 05:58:34 +01:00
Test
This commit is contained in:
parent
f8ab1d1ecd
commit
cb3333c3ea
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -45,9 +45,9 @@ jobs:
|
|||||||
/usr/bin/expect <<EOD
|
/usr/bin/expect <<EOD
|
||||||
spawn wasm-pack login
|
spawn wasm-pack login
|
||||||
expect {
|
expect {
|
||||||
"Username:" {send paddim8\r"; exp_continue}
|
"Username:" {send "paddim8\r"; exp_continue}
|
||||||
"Password:" {send ${{ secrets.NPM_PASSWORD }}\r"; exp_continue}
|
"Password:" {send "${{ secrets.NPM_PASSWORD }}\r"; exp_continue}
|
||||||
"Email: (this IS public)" {send bakk@tuta.io\r"; exp_continue}
|
"Email: (this IS public)" {send "bakk@tuta.io\r"; exp_continue}
|
||||||
}
|
}
|
||||||
EOD
|
EOD
|
||||||
wasm-pack publish -a public
|
wasm-pack publish -a public
|
||||||
|
Loading…
Reference in New Issue
Block a user