Skip to content

chore: bump version to 0.1.6 #43

chore: bump version to 0.1.6

chore: bump version to 0.1.6 #43

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