Skip to content

chore(main): release contract-tests 1.1.0 (#42) #14

chore(main): release contract-tests 1.1.0 (#42)

chore(main): release contract-tests 1.1.0 (#42) #14

# This isn't meant for usage in consuming repos. It's for releasing this repo's actions/workflows itself.
name: Release Please
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.ref_name }}