Skip to content

Commit

Permalink
fix(CI.yml): try new way to set new version directly
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Jan 14, 2024
1 parent 781d4d8 commit 6e0453f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,7 @@ jobs:

# Parse version from GITHUB_REF
- name: Set version to package.json
run: |
VERSION=${TAG#v}
yarn version ${VERSION}
run: yarn version ${TAG#v}

# Download artifacts from build part
- name: Download all artifacts
Expand Down

0 comments on commit 6e0453f

Please sign in to comment.