Skip to content

chore: remove tryIt staging and production deployment jobs (#3660) #4

chore: remove tryIt staging and production deployment jobs (#3660)

chore: remove tryIt staging and production deployment jobs (#3660) #4

name: Release Please for Master
on:
push:
branches:
- dev # Trigger when dev is updated
jobs:
release-please-master:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Release Please for Master
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: master
config-file: release-please-config.json
manifest-file: .release-please-manifest.json