We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201e028 commit 74588a6Copy full SHA for 74588a6
.github/workflows/publish.yaml
@@ -98,20 +98,6 @@ jobs:
98
working-directory: ./typescript
99
run: npm ci
100
101
- - name: Extract version from tag and update npm version
102
- working-directory: ./typescript
103
- run: |
104
- # Get the version from the tag (remove 'typescript-v' prefix)
105
- TAG_VERSION=${GITHUB_REF#refs/tags/typescript-v}
106
- echo "Tag version: $TAG_VERSION"
107
-
108
- # Update package.json with the version from the tag
109
- npm version $TAG_VERSION --no-git-tag-version
110
- echo "Version updated in package.json to: $TAG_VERSION"
111
112
- # Verify the change
113
- cat package.json | grep '"version"'
114
115
- name: Generate types and build package
116
117
run: |
0 commit comments