Skip to content

Commit

Permalink
chore: improve generated version in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Jan 29, 2025
1 parent 2176063 commit 5561c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/raycast-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ rsync -rv \
pushd "$RAYCAST_EXTENSIONS_DIR" || exit
git add .
git status
git commit -m "Publish raycast-sourcegraph@$EXTENSION_VERSION" -m "Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/$EXTENSION_VERSION" --allow-empty
git commit -m "Publish raycast-sourcegraph@$EXTENSION_VERSION" -m "Version: https://github.com/bobheadxi/raycast-sourcegraph/tree/$EXTENSION_VERSION" --allow-empty
git push origin HEAD
popd || exit

0 comments on commit 5561c1d

Please sign in to comment.