Skip to content

Commit

Permalink
chore(*): merge master into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Oct 21, 2019
2 parents 0304c0a + e14db9d commit 85f9466
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Nightly
on:
schedule:
- cron: 30 22 * * *
- cron: 00 23 * * *
jobs:
build:
name: Build nightly distribution
Expand All @@ -23,6 +23,9 @@ jobs:
- name: fomantic install & build
run: npx gulp install
- name: publish to npm
run: |
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
npm publish --tag nightly
env:
NPM_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
run: npm publish --tag nightly
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
CI: true

0 comments on commit 85f9466

Please sign in to comment.