-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the required changes for the release file.
- Loading branch information
1 parent
61148d9
commit d09053b
Showing
4 changed files
with
188 additions
and
1,589 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,8 +105,8 @@ jobs: | |
name: Publish to any of NPM, Github, and Docker Hub | ||
id: release | ||
with: | ||
publish: npm run publish-packages | ||
version: npm run version-packages | ||
publish: npx turbo run build && npx [email protected] publish | ||
version: npx [email protected] version | ||
commit: "version packages" | ||
title: "chore: version packages" | ||
env: | ||
|
Oops, something went wrong.