Skip to content

Commit

Permalink
npm without tag
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikb committed Jun 8, 2021
1 parent 750a7a3 commit 5eb7af5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@ jobs:
git tag -v
- name: Set env
run: echo "PKG_VERSION=$(npm show . version)" >> $GITHUB_ENV
run: |
VER=$(node -p 'require("./package.json").version')
echo "PKG_VERSION=$VER" >> $GITHUB_ENV
- name: TEST2
run: |
echo VER?! $VER
echo $GITHUB_ENV
echo ${{ env.PKG_VERSION }}
Expand Down

0 comments on commit 5eb7af5

Please sign in to comment.