Skip to content

chore: Trace RRule (#9756) #515

chore: Trace RRule (#9756)

chore: Trace RRule (#9756) #515

on:
push:
branches:
- master
- hotfix**
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
default-branch: ${{ github.ref_name}}
release-type: node
token: ${{ steps.generate_token.outputs.token }}