Skip to content

Commit

Permalink
feat: versioning (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
Engin Diri authored Nov 8, 2021
1 parent 842facd commit ce3ffbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint-and-fix": "eslint . --ext .ts --fix",
"create": "rm -rf dist ; npm run compile ; tfx extension create --manifest-globs vss-extension.json --output-path dist",
"release": "npx release-it -- --ci",
"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"
"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"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ce3ffbe

Please sign in to comment.