Skip to content

Commit

Permalink
chore: publish, apply versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Jul 3, 2024
1 parent 21907ee commit 39bafc9
Show file tree
Hide file tree
Showing 84 changed files with 1,231 additions and 1,393 deletions.
2 changes: 1 addition & 1 deletion .github/actions/release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
yarn workspaces changed foreach exec \
'bash -c "VERSION=$npm_package_version; \
NAME=$npm_package_name; \
if [ ! -z \"$VERSION\" ]; then \
if [ ! -z \"\$VERSION\" ]; then \
yarn pack; \
gh release create \"\$NAME-v\$VERSION\" ./package.tgz --title=\$NAME-\$VERSION; \
fi"'
Loading

0 comments on commit 39bafc9

Please sign in to comment.