Skip to content

fix keybindings

fix keybindings #16

Workflow file for this run

name: Release
on:
push:
tags:
- '*.*.*'
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
deploy: true
secrets:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}