Skip to content

Commit

Permalink
chore: release 0.2.0-beta.1
Browse files Browse the repository at this point in the history
chore: release 0.2.0-beta.1
  • Loading branch information
npalm committed Mar 7, 2021
1 parent e1e21a0 commit 3ab2247
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
run: npm run build

- name: Publish
#if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.node-version == 14 }}
##if: ${{ github.event_name != 'pull_request' && matrix.node-version == 14 }}
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.node-version == 14 }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
find lib
npm publish
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-docs",
"version": "0.1.0-beta.7",
"version": "0.2.0-beta.1",
"description": "Generate GitHub action docs based on action.yml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -74,4 +74,4 @@
"directories": {
"dist": "lib"
}
}
}

0 comments on commit 3ab2247

Please sign in to comment.