Skip to content

chore(cargo): update version to 0.12.1 #26

chore(cargo): update version to 0.12.1

chore(cargo): update version to 0.12.1 #26

Workflow file for this run

name: commits
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: conventional
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]
# optional, required for private repos
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}