Skip to content

Commit

Permalink
Merge pull request #7 from westegg/adrw/20191111.pages
Browse files Browse the repository at this point in the history
Add auto package publishing
  • Loading branch information
adrw committed Nov 20, 2019
2 parents 05cab5a + f4c5c99 commit 4c1b695
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 31 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,17 @@
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 }}
18 changes: 0 additions & 18 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 4c1b695

Please sign in to comment.