Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
No longer use CI to publish a new relase
Browse files Browse the repository at this point in the history
  • Loading branch information
sync committed Sep 1, 2019
1 parent e0eccca commit 7454c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 35 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/renovate.yml

This file was deleted.

15 changes: 4 additions & 11 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Main Workflow
on:
push:
branches:
- master
on: [push]
jobs:
build:
name: Install, Test and Deploy
name: Install and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -20,9 +17,5 @@ jobs:
npm install -g yarn
yarn install
- name: Test and Publish
run: |
echo //npm.pkg.github.com/:_authToken=$GITHUB_TOKEN >> .npmrc
yarn publish --minor
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test
run: yarn test

0 comments on commit 7454c7c

Please sign in to comment.