Skip to content

Commit bb1c5ee

Browse files
committed
remove gpr publish
1 parent 9b218be commit bb1c5ee

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/workflows/npm-publish.yml

-15
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,3 @@ jobs:
1919
- run: npm publish
2020
env:
2121
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
22-
23-
publish-gpr:
24-
runs-on: ubuntu-latest
25-
permissions:
26-
contents: read
27-
packages: write
28-
steps:
29-
- uses: actions/checkout@v2
30-
- uses: actions/setup-node@v2
31-
with:
32-
node-version: 12
33-
registry-url: https://npm.pkg.github.com/
34-
- run: npm publish
35-
env:
36-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techberg/gatsby-source-yuque",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Gatsby source plugin for pulling docs from Yuque",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)