Skip to content

Commit

Permalink
remove update and release job from this fork
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Aug 9, 2022
1 parent b158043 commit 37ca1d9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,17 +0,0 @@
on:
schedule:
- cron: 0 */12 * * *

name: Update and release

jobs:
updateDataAndRelease:
name: Update data and release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Update data and release
run: npm run release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 37ca1d9

Please sign in to comment.