Skip to content

Improve joystick interface (#515) #13

Improve joystick interface (#515)

Improve joystick interface (#515) #13

Workflow file for this run

name: Semantic Versioning
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
extra_plugins: |
@semantic-release/[email protected]