claude-switch-profile 1.4.18 → 1.4.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  name: Update Homebrew Formula
2
2
 
3
3
  on:
4
- release:
5
- types: [published]
4
+ push:
5
+ tags: ['v*']
6
6
  workflow_dispatch:
7
7
  inputs:
8
8
  version:
@@ -24,7 +24,7 @@ jobs:
24
24
  if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
25
25
  VERSION="${{ github.event.inputs.version }}"
26
26
  else
27
- VERSION="${{ github.event.release.tag_name }}"
27
+ VERSION="${{ github.ref_name }}"
28
28
  VERSION="${VERSION#v}"
29
29
  fi
30
30
  echo "version=$VERSION" >> $GITHUB_OUTPUT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-switch-profile",
3
- "version": "1.4.18",
3
+ "version": "1.4.19",
4
4
  "description": "CLI tool for managing multiple Claude Code profiles",
5
5
  "type": "module",
6
6
  "bin": {