Skip to content

Commit

Permalink
Add auto package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed Nov 19, 2019
1 parent 05cab5a commit 8eb587f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 31 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,20 @@
name: build

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- run: yarn install
- run: yarn build
- run: cd ./packages/gatsby-theme-recipes
- uses: mikeal/merge-release@master
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: packtracker/report@2.2.7
env:
PT_PROJECT_TOKEN: ${{ secrets.PT_PROJECT_TOKEN }}
18 changes: 0 additions & 18 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 8eb587f

Please sign in to comment.