Skip to content

Commit

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

* change to env.THE_VERSION

* fix env version reference

* try to get release version again
  • Loading branch information
sliu008 authored May 9, 2023
1 parent a57eb3d commit 9b4160c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ 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 ${THE_VERSION//-*}
- name: Run Snyk as a blocking step
uses: snyk/actions/node@master
env:
Expand Down

0 comments on commit 9b4160c

Please sign in to comment.