Skip to content

Commit

Permalink
规范 packageManager #626
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Apr 16, 2024
1 parent 1ba746d commit 309d7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
packageManager=${{ steps.packageManager.outputs.value }}
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "packageManager<<$EOF" >> $GITHUB_ENV
echo "$packageManager" >> $GITHUB_ENV
echo "$EOF" >> $GITHUB_ENV

- id: thislatestR
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.29.13",
"version": "0.29.14",
"syv": "3.0.10",
"sypv": "[3.0.9]",
"description": "Build Your Eternal Digital Garden",
Expand Down

0 comments on commit 309d7ba

Please sign in to comment.