Skip to content

Commit

Permalink
fix: Commit to the right repo
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 26, 2023
1 parent 3968f8a commit 1cf7b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .build/upload-release-assets.sh
Expand Up @@ -13,6 +13,7 @@ cp LICENSE ./.release-repo/LICENSE
cp manifest.json ./.release-repo/manifest.json
cp -r ./packages/obsidian/. ./.release-repo

cd ./.release-repo
git add .
git commit -m "Update manifest for $TAG release."
commit_sha=$(git rev-parse HEAD)
Expand Down

0 comments on commit 1cf7b40

Please sign in to comment.