Skip to content

feat(server): support time & timestamp types #199

feat(server): support time & timestamp types

feat(server): support time & timestamp types #199

name: release-please
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate app token for release-please
uses: actions/create-github-app-token@v1
id: app-token
with:
# https://github.com/apps/potatobot-prime
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
with:
# use app token so that PRs and releases created by release-please trigger
# additional workflows. They'll also be authored by the app.
# see https://github.com/google-github-actions/release-please-action#github-credentials
token: ${{ steps.app-token.outputs.token }}