Skip to content

Commit 3ab2247

Browse files
committed
chore: release 0.2.0-beta.1
chore: release 0.2.0-beta.1
1 parent e1e21a0 commit 3ab2247

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
run: npm run build
3636

3737
- name: Publish
38-
#if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.node-version == 14 }}
39-
##if: ${{ github.event_name != 'pull_request' && matrix.node-version == 14 }}
38+
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.node-version == 14 }}
4039
env:
4140
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4241
run: |
4342
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
44-
find lib
43+
npm publish

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-docs",
3-
"version": "0.1.0-beta.7",
3+
"version": "0.2.0-beta.1",
44
"description": "Generate GitHub action docs based on action.yml",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -74,4 +74,4 @@
7474
"directories": {
7575
"dist": "lib"
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)