@staff0rd/assist 0.108.0 → 0.108.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@staff0rd/assist",
9
- version: "0.108.0",
9
+ version: "0.108.2",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
@@ -5085,6 +5085,7 @@ function fixed(commentId, sha) {
5085
5085
  const { org, repo } = getRepoInfo();
5086
5086
  const repoUrl = `https://github.com/${org}/${repo}`;
5087
5087
  const message = `Fixed in [${fullSha}](${repoUrl}/commit/${fullSha})`;
5088
+ execSync24("git push", { stdio: "inherit" });
5088
5089
  resolveCommentWithReply(commentId, message);
5089
5090
  } catch (error) {
5090
5091
  if (isGhNotInstalled(error)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.108.0",
3
+ "version": "0.108.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {