Skip to content

Commit

Permalink
Merge branch 'v1.1.1-rc1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkylights23 committed Jul 10, 2023
2 parents 2d22a91 + cfaafbf commit 099039e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"source": "src/index.js",
"main": "dist/cronmatch.js",
"module": "dist/cronmatch.mjs",
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/blinkylights23/cronmatch"
Expand Down

0 comments on commit 099039e

Please sign in to comment.