Skip to content

fix: JetBrains version format and profile update token#27

Merged
acedatacloud-dev merged 1 commit intomainfrom
fix/ci-jetbrains-and-profile-update
Mar 20, 2026
Merged

fix: JetBrains version format and profile update token#27
acedatacloud-dev merged 1 commit intomainfrom
fix/ci-jetbrains-and-profile-update

Conversation

@acedatacloud-dev
Copy link
Member

Two CI/CD fixes:

  1. JetBrains Plugin version: Changed from YYYY.M.BUILD to YYYY.M.D.BUILD format to match PyPI CalVer. The old format caused version conflicts when publishing on different days within the same month (e.g., 2026.3.0 already exists).

  2. Profile Update token: Changed from secrets.BOT_TOKEN (never set) to secrets.VSCODE_MCP_DISPATCH_TOKEN (already configured). This fixes the 'Parameter token or opts.auth is required' error.

- JetBrains: use YYYY.M.D.BUILD format (was YYYY.M.BUILD, causing version conflicts across days)
- Profile Update: use VSCODE_MCP_DISPATCH_TOKEN (BOT_TOKEN secret was never set)
@acedatacloud-dev acedatacloud-dev merged commit 6f7b607 into main Mar 20, 2026
5 checks passed
@acedatacloud-dev acedatacloud-dev deleted the fix/ci-jetbrains-and-profile-update branch March 20, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant