Skip to content

Commit

Permalink
fix: workflow v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail committed Jan 29, 2025
1 parent c494cea commit 352927c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Config
id: config
run: |
echo "VERSION=$(npm pkg get version)" >> $GITHUB_OUTPUT
echo "VERSION=$(npm pkg get version --workspaces=false | tr -d \")" >> $GITHUB_OUTPUT
- name: Install packages
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-kit",
"version": "1.1.6",
"version": "1.1.7",
"description": "Turborepo CLI for housekeeping",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 352927c

Please sign in to comment.