Skip to content

Commit df80cae

Browse files
committed
WIP
1 parent b6e0297 commit df80cae

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/publish-github.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- name: Check
14+
if: ${{ github.repository_owner != 'hpcc-systems' }}
15+
run: |
16+
echo "Not hpcc-systems repository"
17+
exit 1
18+
1319
- uses: actions/checkout@v2
1420
- uses: actions/setup-node@v1
1521
with:

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@
3535
"standard-version": "standard-version",
3636
"vscode:prepublish": "run-s clean build",
3737
"git-push": "git push --follow-tags upstream trunk",
38+
"git-push-origin": "git push --follow-tags origin trunk",
3839
"vsce-publish": "vsce publish",
3940
"vsce-publish-pre-release": "vsce publish --pre-release",
4041
"vsce-package": "vsce package -o ./hpcc-systems.ecl.vsix",
4142
"rm-hpcc": "rimraf ./node_modules/@hpcc-js",
4243
"tag": "run-s standard-version git-push",
43-
"tag-pre-release": "run-s standard-version vsce-publish-pre-release",
44+
"tag-pre-release": "run-s standard-version git-push vsce-publish-pre-release",
4445
"update-major": "npx npm-check-updates -u",
4546
"update": "npx npm-check-updates -u -t minor"
4647
},
@@ -1613,4 +1614,4 @@
16131614
}
16141615
]
16151616
}
1616-
}
1617+
}

0 commit comments

Comments
 (0)