Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
navenduraisamy committed Aug 21, 2023
1 parent 026a082 commit 5527ca5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ jobs:
- name: package version
id: package-version
run: |
cd ./projects/we-select
pwd
ls
node -p "require('./package.json').version"
echo "version=$(node -p 'require(\"./package.json\").version')" >> $GITHUB_OUTPUT
npm pkg get version
echo "version=$(npm pkg get version | tr -d \")" >> $GITHUB_OUTPUT
- name: install angular CLI
run: npm install -g @angular/cli
Expand Down

0 comments on commit 5527ca5

Please sign in to comment.