Skip to content

Commit

Permalink
Feature/fix main release (#16)
Browse files Browse the repository at this point in the history
* fix main release

* change to env.THE_VERSION

* fix env version reference
  • Loading branch information
sliu008 authored May 9, 2023
1 parent 5aaa973 commit a57eb3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ jobs:
echo "Modifying version number ${{ env.project_version}}"
THE_VERSION=${{ env.project_version }}
echo "THE_VERSION=${THE_VERSION//-*}" >> $GITHUB_ENV
npm --no-git-tag-version version ${env.THE_VERSION}
npm --no-git-tag-version version ${{ env.THE_VERSION }}
- name: Run Snyk as a blocking step
uses: snyk/actions/node@master
Expand Down

0 comments on commit a57eb3d

Please sign in to comment.