Skip to content

Commit

Permalink
πŸ’š fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Jan 25, 2024
1 parent f3042c3 commit f9118c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Get NPM Package version
id: get_npm_package_version
run: echo "npm_package_version=$(yarn get-version-npm| tail -2)" >> "$GITHUB_OUTPUT"
run: echo "npm_package_version=$(yarn get-version-npm| tail -2| head -1)" >> "$GITHUB_OUTPUT"

- name: Publish to NPM
uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit f9118c5

Please sign in to comment.