ci: extract package and semver from tag

This commit is contained in:
iCrawl
2022-04-17 19:55:06 +02:00
parent 2c2f88cd43
commit 9fa92ac0f9
5 changed files with 25 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@discordjs/voice",
"version": "0.9.0",
"version": "0.10.0-dev",
"description": "Implementation of the Discord Voice API for node.js",
"scripts": {
"build": "tsup && node scripts/postbuild.mjs",