diff --git a/.github/publish.sh b/.github/publish.sh index 6f15ed2..055636b 100755 --- a/.github/publish.sh +++ b/.github/publish.sh @@ -7,9 +7,6 @@ if [ -z "$VSCE_PAT" ]; then exit 1 fi -# Print first 3 and last 3 chars of PAT -echo "VSCE_PAT: $(echo $VSCE_PAT | cut -c1-3)***$(echo $VSCE_PAT | rev | cut -c1-3 | rev)" - set -e set -x @@ -18,6 +15,6 @@ month=$(date +%-m) epoch=$(date +%s) version="$year.$month.$epoch" -vsce publish $version +vsce publish --allow-star-activation --no-git-tag-version $version echo "Published version $version" \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9c234d7..0cceb1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "competitive-programming-helper", - "version": "6.1.0", + "version": "2024.6.1717519178", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "competitive-programming-helper", - "version": "6.1.0", + "version": "2024.6.1717519178", "license": "GPL-3.0-or-later", "dependencies": { "@vscode/extension-telemetry": "^0.9.0", diff --git a/package.json b/package.json index 67aca50..c7d5525 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "GPL-3.0-or-later", "icon": "icon.png", "publisher": "DivyanshuAgrawal", - "version": "6.1.0", + "version": "2024.6.1717519178", "engines": { "vscode": "^1.52.0" },