Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Remove extra get_version (bad merge ?)
  • Loading branch information
hakaba authored Jul 4, 2024
1 parent 968e848 commit c330763
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
npm run test
npm run check-types
- name: Extract version tag
id: get_version
run: echo "::set-output name=VERSION::${GITHUB_REF#refs/tags/}"

- name: Publish React package on NPM 📦
run: npm publish --workspace packages/react --access public
env:
Expand Down

0 comments on commit c330763

Please sign in to comment.