Skip to content

Commit

Permalink
Update release_npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Nov 24, 2023
1 parent 9e0f549 commit 063efed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Update package version and release
run: |
cd taxonium_component
cd gensplore-component
TAG_NAME=${GITHUB_REF#refs/tags/}
echo "Current tag is $TAG_NAME"
jq ".version = \"$TAG_NAME\"" package.json > package.json.tmp && mv package.json.tmp package.json
Expand Down

1 comment on commit 063efed

@vercel
Copy link

@vercel vercel bot commented on 063efed Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.