diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29608fd..82dcd59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,14 +82,6 @@ jobs: --title "Synthpunk ${{ steps.version.outputs.tag }}" \ --notes-file /tmp/release-notes.md - - name: Create and push tag - if: steps.tag-check.outputs.is_release == 'true' - run: | - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git tag "${{ steps.version.outputs.tag }}" - git push origin "${{ steps.version.outputs.tag }}" - build-artifacts: name: Build and upload release artifacts needs: tag-and-release diff --git a/package.json b/package.json index ecc6a09..f576543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthpunk", - "version": "0.1.1", + "version": "0.1.2", "module": "index.ts", "type": "module", "private": true, diff --git a/themes/vscode/package.json b/themes/vscode/package.json index 0285687..994eac0 100644 --- a/themes/vscode/package.json +++ b/themes/vscode/package.json @@ -2,7 +2,7 @@ "name": "synthpunk", "displayName": "Synthpunk", "description": "High-energy synthwave-inspired color themes for VSCode", - "version": "0.1.1", + "version": "0.1.2", "publisher": "synthpunk", "license": "MIT", "repository": { diff --git a/themes/zed/extension.toml b/themes/zed/extension.toml index ed90a08..1d64156 100644 --- a/themes/zed/extension.toml +++ b/themes/zed/extension.toml @@ -1,6 +1,6 @@ id = "synthpunk" name = "Synthpunk" -version = "0.1.1" +version = "0.1.2" schema_version = 1 authors = ["Synthpunk"] description = "Synthwave-inspired color themes (pastel + neon, dark + light) for Zed"