diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e22cc36..c47c6a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: id: bump-semver with: current_version: ${{ steps.get-latest-tag.outputs.tag }} - level: minor + level: patch # build - uses: actions/setup-go@v3