Skip to content

chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#124) #68

chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#124)

chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#124) #68

Workflow file for this run

name: Create Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions-ecosystem/action-get-latest-tag@v1
id: get-latest-tag
- uses: actions-ecosystem/action-bump-semver@v1
id: bump-semver
with:
current_version: ${{ steps.get-latest-tag.outputs.tag }}
level: patch
- uses: actions-ecosystem/action-push-tag@v1
with:
tag: ${{ steps.bump-semver.outputs.new_version }}
message: 'chore: version bump for ${{ steps.bump-semver.outputs.new_version }}'