Skip to content

Commit

Permalink
RID-4898 yarn use ci-version
Browse files Browse the repository at this point in the history
  • Loading branch information
adidim-transmit committed Jul 9, 2024
1 parent c792e08 commit 8ee81ce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ jobs:
- name: Pack
run: |
cd package/dist
PACKAGE_VERSION=$(cat package.json \
| grep version \
| head -1 \
| awk -F: '{ print $2 }' \
| sed 's/[ ",]//g')
PACKAGE_VERSION=$(yarn ci-version)
yarn pack --filename ../transmitsecurity-riskid-reactjs-ts-v$PACKAGE_VERSION.tgz
cd ..
- name: Archive NPM package
Expand Down

0 comments on commit 8ee81ce

Please sign in to comment.