Skip to content

chore: bump version to 0.1.1 #13

chore: bump version to 0.1.1

chore: bump version to 0.1.1 #13

Workflow file for this run

name: Push
on:
push:
branches: [main]
jobs:
test:
name: Build and Test
uses: ./.github/workflows/build.yml
secrets: inherit
publish:
needs: [test]
permissions:
contents: read
packages: write
name: Publish latest tag
uses: ./.github/workflows/publish-latest.yml
secrets: inherit