We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b218be commit bb1c5eeCopy full SHA for bb1c5ee
.github/workflows/npm-publish.yml
@@ -19,18 +19,3 @@ jobs:
19
- run: npm publish
20
env:
21
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,6 +1,6 @@
1
{
2
"name": "@techberg/gatsby-source-yuque",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Gatsby source plugin for pulling docs from Yuque",
5
"main": "index.js",
6
"scripts": {
0 commit comments