Skip to content

Commit 6b47e15

Browse files
committed
fix: remove version fetch
1 parent 8da4113 commit 6b47e15

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/prod-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ jobs:
8282
username: ${{ env.DOCKER_HUB_USERNAME }}
8383
password: ${{ env.DOCKER_HUB_PASSWORD }}
8484

85-
- name: Update version number
86-
run: |
87-
VERSION=${GITHUB_REF//*\/}
88-
echo "export default { version: '$VERSION' };" > src/versionInfo.ts
89-
9085
# Build npm for release
9186
- name: Build npm
9287
run: |-

0 commit comments

Comments
 (0)