Skip to content

Commit 7c06bef

Browse files
committed
Remove publish-gpr step - only publish to NPM
1 parent a82e6b6 commit 7c06bef

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3333

34-
publish-gpr:
35-
needs: build
36-
runs-on: ubuntu-latest
37-
steps:
38-
- uses: actions/checkout@v2
39-
- uses: actions/setup-node@v1
40-
with:
41-
node-version: 12
42-
registry-url: https://npm.pkg.github.com/
43-
- run: npm ci
44-
- run: npm publish
45-
env:
46-
NODE_AUTH_TOKEN: ${{secrets.PERSONAL_TOKEN}}
34+
# publish-gpr:
35+
# needs: build
36+
# runs-on: ubuntu-latest
37+
# steps:
38+
# - uses: actions/checkout@v2
39+
# - uses: actions/setup-node@v1
40+
# with:
41+
# node-version: 12
42+
# registry-url: https://npm.pkg.github.com/
43+
# - run: npm ci
44+
# - run: npm publish
45+
# env:
46+
# NODE_AUTH_TOKEN: ${{secrets.PERSONAL_TOKEN}}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@binlabs/queue-bot",
3-
"version": "1.1.6",
2+
"name": "queue-bot",
3+
"version": "1.1.7",
44
"description": "A Discord bot that provides a basic user queue.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)