Skip to content

Update Restate version #1

Update Restate version

Update Restate version #1

Workflow file for this run

name: Update Restate version
on:
workflow_call:
workflow_dispatch:
jobs:
publish-release:
name: Publish release
runs-on: ubuntu-latest
steps:
- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- run: ./release/release.sh
- run: git push origin main