Skip to content

feat: Add encSum and decSum (#177) #158

feat: Add encSum and decSum (#177)

feat: Add encSum and decSum (#177) #158

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- id: token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.HELPER_BOT_APP_ID }}
private_key: ${{ secrets.HELPER_BOT_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
token: ${{ steps.token.outputs.token }}