Skip to content

Commit ce3ffbe

Browse files
author
Engin Diri
authored
feat: versioning (#30)
Signed-off-by: Engin Diri <[email protected]>
1 parent 842facd commit ce3ffbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint-and-fix": "eslint . --ext .ts --fix",
1515
"create": "rm -rf dist ; npm run compile ; tfx extension create --manifest-globs vss-extension.json --output-path dist",
1616
"release": "npx release-it -- --ci",
17-
"publish_ci": "tfx extension show --auth-type pat --token $AZURE_DEVOPS_EXT_PAT --publisher $PUBLISHER_NAME --extension-id $EXTENSION_ID --vsix GoReleaser.goreleaser-$VERSION.vsix"
17+
"publish_ci": "tfx extension show --auth-type pat --token $AZURE_DEVOPS_EXT_PAT --publisher $PUBLISHER_NAME --extension-id $EXTENSION_ID --vsix dist/GoReleaser.goreleaser-$VERSION.vsix"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)