Skip to content

Commit

Permalink
Fixes package version from release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mateobelanger authored Oct 19, 2021
1 parent 9e16ca8 commit 4c2f48c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
cd _release/
npm pkg set name=@protean-labs/graphgen
npm version ${{ github.event.release.tag_name }}.
if ${{ github.event.release.tag_name }}:
npm version ${{ github.event.release.tag_name }}
- name: Cache release
uses: actions/cache@v2
Expand Down

0 comments on commit 4c2f48c

Please sign in to comment.