Skip to content

Bump protobuf from 4.21.4 to 4.25.1 #116

Bump protobuf from 4.21.4 to 4.25.1

Bump protobuf from 4.21.4 to 4.25.1 #116

Workflow file for this run

name: Heroku
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Pulling repository
uses: actions/checkout@v2
- name: Deploy to Heroku
uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "tsukiweb"
heroku_email: ${{ secrets.EMAIL }}