Skip to content

Commit

Permalink
fix: remove version fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Apr 2, 2024
1 parent 8da4113 commit 6b47e15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ jobs:
username: ${{ env.DOCKER_HUB_USERNAME }}
password: ${{ env.DOCKER_HUB_PASSWORD }}

- name: Update version number
run: |
VERSION=${GITHUB_REF//*\/}
echo "export default { version: '$VERSION' };" > src/versionInfo.ts
# Build npm for release
- name: Build npm
run: |-
Expand Down

0 comments on commit 6b47e15

Please sign in to comment.