Skip to content

Commit

Permalink
chore: turn on release-please github action (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldodge79 authored Apr 20, 2021
1 parent 3678c96 commit 214b6a9
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@
on:
push:
branches:
- master
- main
name: release-please
jobs:
release-please-py:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@master
- uses: google-github-actions/release-please-action@v2
with:
release-type: python
package-name: looker_sdk
monorepo-tags: true
path: python/
token: ${{ secrets.GITHUB_TOKEN }}

release-please-ts:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@master
with:
release-type: node
monorepo-tags: true
path: packages/sdk/
command: manifest
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 214b6a9

Please sign in to comment.