remove dry run
This commit is contained in:
parent
4decc91db3
commit
3a674288e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -98,4 +98,4 @@ jobs:
|
|||
cp target/mastodon-bot.js.sha512 target/npm-build/mastodon_bot/
|
||||
cp package.json target/npm-build/mastodon_bot/
|
||||
cp README.md target/npm-build/mastodon_bot/
|
||||
npm publish ./target/npm-build --access public --dry-run
|
||||
npm publish ./target/npm-build --access public
|
||||
|
|
Reference in a new issue