Skip to content

Commit

Permalink
fix: broken icloud #110
Browse files Browse the repository at this point in the history
  • Loading branch information
naimo84 committed Dec 1, 2021
1 parent 971fc13 commit bf4d1a7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: publish
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
},
"scripts": {
"prepack": "gulp",
"release": "release-it",
"release": "release-it --no-npm",
"dev": "gulp develop",
"build": "gulp"
},
"dependencies": {
"cron": "^1.8.2",
"cron-parser": "^4.1.0",
"crypto-js": "^4.1.1",
"kalender-events": "0.20.0",
"kalender-events": "0.20.1",
"luxon": "^2.0.2",
"node-cache": "^5.1.2"
},
Expand Down

0 comments on commit bf4d1a7

Please sign in to comment.